Schema
Type Alias: Schema<T>
Section titled “Type Alias: Schema<T>”Schema<
T> =object
Defined in: packages/fetch-kit/src/types.ts:5
A schema validator. Compatible with Zod, Valibot, ArkType, or any
library exposing a parse(input) → output method.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”parse: (
input) =>T
Defined in: packages/fetch-kit/src/types.ts:6
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”T