Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / SerializedPortSchema

Variable: SerializedPortSchema

const SerializedPortSchema: ZodObject<{ config: ZodType<IPortConfig, ZodTypeDef, IPortConfig>; value: ZodType<any, ZodTypeDef, any>; }, "passthrough", ZodTypeAny, objectOutputType<{ config: ZodType<IPortConfig, ZodTypeDef, IPortConfig>; value: ZodType<any, ZodTypeDef, any>; }, ZodTypeAny, "passthrough">, objectInputType<{ config: ZodType<IPortConfig, ZodTypeDef, IPortConfig>; value: ZodType<any, ZodTypeDef, any>; }, ZodTypeAny, "passthrough">>

Defined in: packages/chaingraph-types/src/node/types.zod.ts:99

Licensed under BUSL-1.1