Type Alias $ZodStringFormats
$ZodStringFormats:
| "email"
| "url"
| "emoji"
| "uuid"
| "guid"
| "nanoid"
| "cuid"
| "cuid2"
| "ulid"
| "xid"
| "ksuid"
| "datetime"
| "date"
| "time"
| "duration"
| "ipv4"
| "ipv6"
| "cidrv4"
| "cidrv6"
| "base64"
| "base64url"
| "json_string"
| "e164"
| "lowercase"
| "uppercase"
| "regex"
| "jwt"
| "starts_with"
| "ends_with"
| "includes"