Skip to content

Schema

Schema<T> = object

Defined in: types.ts:7

Schema validator. Compatible with Zod, Valibot, ArkType, or any library exposing a parse(input) → output method.

Re-uses the same shape as @arshad-shah/fetch-kit to avoid duplication.

T

parse: (input) => T

Defined in: types.ts:8

unknown

T