Interface BaseSchema<TInput, TOutput, TIssue>
Type Parameters
- TInput
- TOutput
- TIssue extends BaseIssue<unknown>
Properties
Readonly Internal~run
Readonly Internal~standard
Optional Readonly Internal~types
Readonlyasync
async: false
Readonlyexpects
expects: string
Readonlykind
kind: "schema"
Readonlyreference
Readonlytype
type: string
Base schema interface.