Skip to content

Documentation / @agentick/gateway / ZodLikeSchema

Interface: ZodLikeSchema ​

Defined in: gateway/src/types.ts:19

Schema type that works with both Zod 3 and Zod 4. Infers output type from parse() return type — no reliance on internal Zod properties (_output in v3, _zod.output in v4).

Methods ​

parse() ​

parse(data): any

Defined in: gateway/src/types.ts:20

Parameters ​

data ​

unknown

Returns ​

any

Released under the ISC License.