Schema
Type Alias: Schema<T>
Section titled “Type Alias: Schema<T>”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.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”parse: (
input) =>T
Defined in: types.ts:8
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”T