bupkis
    Preparing search index...

    Interface $ZodIssueStringCommonFormats

    interface $ZodIssueStringCommonFormats {
        format:
            | "date"
            | "email"
            | "url"
            | "emoji"
            | "guid"
            | "uuid"
            | "nanoid"
            | "cuid"
            | "cuid2"
            | "ulid"
            | "base64"
            | "base64url"
            | "xid"
            | "ksuid"
            | "ipv4"
            | "ipv6"
            | "cidrv4"
            | "cidrv6"
            | "e164"
            | "datetime"
            | "time"
            | "duration"
            | "lowercase"
            | "uppercase"
            | "json_string";
        code: "invalid_format";
        pattern?: string;
        input?: string;
        path: PropertyKey[];
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    format:
        | "date"
        | "email"
        | "url"
        | "emoji"
        | "guid"
        | "uuid"
        | "nanoid"
        | "cuid"
        | "cuid2"
        | "ulid"
        | "base64"
        | "base64url"
        | "xid"
        | "ksuid"
        | "ipv4"
        | "ipv6"
        | "cidrv4"
        | "cidrv6"
        | "e164"
        | "datetime"
        | "time"
        | "duration"
        | "lowercase"
        | "uppercase"
        | "json_string"
    code: "invalid_format"
    pattern?: string
    input?: string
    path: PropertyKey[]
    message: string