interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodPipeDef
Interface $ZodPipeDef<A, B>
interface
$ZodPipeDef
<
A
extends
SomeType
=
$ZodType
,
B
extends
SomeType
=
$ZodType
,
>
{
checks
?:
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
in
:
A
;
out
:
B
;
type
:
"pipe"
;
}
Type Parameters
A
extends
SomeType
=
$ZodType
B
extends
SomeType
=
$ZodType
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodPipeDef
Index
Properties
checks?
error?
in
out
type
Properties
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
Optional
error
error
?:
$ZodErrorMap
<
never
>
in
in
:
A
out
out
:
B
type
type
:
"pipe"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
error
in
out
type
interface-forge - v2.5.0
Loading...