interface-forge - v2.5.0
Preparing search index...
examples/11-zod-custom-handlers
<internal>
$ZodUUIDDef
Interface $ZodUUIDDef
interface
$ZodUUIDDef
{
abort
?:
boolean
;
check
:
"string_format"
;
checks
?:
$ZodCheck
<
string
>
[]
;
coerce
?:
boolean
;
error
?:
$ZodErrorMap
<
never
>
;
format
:
"uuid"
;
pattern
?:
RegExp
;
type
:
"string"
;
version
?:
"v8"
|
"v1"
|
"v2"
|
"v3"
|
"v4"
|
"v5"
|
"v6"
|
"v7"
;
}
Hierarchy (
View Summary
)
$ZodStringFormatDef
<
"uuid"
>
$ZodUUIDDef
Index
Properties
abort?
check
checks?
coerce?
error?
format
pattern?
type
version?
Properties
Optional
abort
abort
?:
boolean
If true, no later checks will be executed if this check fails. Default
false
.
check
check
:
"string_format"
Optional
checks
checks
?:
$ZodCheck
<
string
>
[]
Optional
coerce
coerce
?:
boolean
Optional
error
error
?:
$ZodErrorMap
<
never
>
format
format
:
"uuid"
Optional
pattern
pattern
?:
RegExp
type
type
:
"string"
Optional
version
version
?:
"v8"
|
"v1"
|
"v2"
|
"v3"
|
"v4"
|
"v5"
|
"v6"
|
"v7"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abort
check
checks
coerce
error
format
pattern
type
version
interface-forge - v2.5.0
Loading...
If true, no later checks will be executed if this check fails. Default
false
.