Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ZodPipelineDef
Interface ZodPipelineDef<A, B>
interface
ZodPipelineDef
<
A
extends
ZodTypeAny
,
B
extends
ZodTypeAny
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
in
:
A
;
out
:
B
;
typeName
:
ZodPipeline
;
}
Type Parameters
A
extends
ZodTypeAny
B
extends
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodPipelineDef
Index
Properties
error
Map?
description?
in
out
type
Name
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
in
in
:
A
out
out
:
B
type
Name
typeName
:
ZodPipeline
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
in
out
type
Name
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...