@douglasneuroinformatics/libjs
Preparing search index...
ZodTypeLike
Type Alias ZodTypeLike<TOutput, TInput>
type
ZodTypeLike
<
TOutput
,
TInput
=
unknown
>
=
{
_input
:
TInput
;
_output
:
TOutput
;
"~standard"
:
{
vendor
:
string
;
[
key
:
string
]:
any
}
;
safeParseAsync
:
(
data
:
unknown
,
)
=>
Promise
<
ZodSafeParseResultLike
<
NoInfer
<
TOutput
>
>
>
;
[
key
:
string
]:
any
;
}
Type Parameters
TOutput
TInput
=
unknown
Indexable
[
key
:
string
]:
any
Index
Properties
_
input
_
output
~standard
safe
Parse
Async
Properties
Readonly
_
input
_input
:
TInput
Readonly
_
output
_output
:
TOutput
~standard
"~standard"
:
{
vendor
:
string
;
[
key
:
string
]:
any
}
safe
Parse
Async
safeParseAsync
:
(
data
:
unknown
,
)
=>
Promise
<
ZodSafeParseResultLike
<
NoInfer
<
TOutput
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
input
_
output
~standard
safe
Parse
Async
@douglasneuroinformatics/libjs
Loading...