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