bupkis
    Preparing search index...

    Interface $ZodIssueStringStartsWith

    interface $ZodIssueStringStartsWith {
        format: "starts_with";
        prefix: string;
        code: "invalid_format";
        pattern?: string;
        input?: string;
        path: PropertyKey[];
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    format: "starts_with"
    prefix: string
    code: "invalid_format"
    pattern?: string
    input?: string
    path: PropertyKey[]
    message: string