bupkis
    Preparing search index...

    Interface $ZodIssueInvalidStringFormat

    interface $ZodIssueInvalidStringFormat {
        code: "invalid_format";
        format: string & {} | $ZodStringFormats;
        pattern?: string;
        input?: string;
        path: PropertyKey[];
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_format"
    format: string & {} | $ZodStringFormats
    pattern?: string
    input?: string
    path: PropertyKey[]
    message: string