interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodIssueInvalidStringFormat

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

    Hierarchy (View Summary)

    Index

    Properties

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