NormalizeSchema
Generated by TypeDoc. Do not edit this page directly.
Function: normalizeSchema()
Section titled “Function: normalizeSchema()”function normalizeSchema<TInput, TOutput>(schema): NormalizedSchema<TInput, TOutput>;Defined in: packages/core/src/schema/index.ts:592
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
TInput | unknown |
TOutput | unknown |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
schema | unknown |
Returns
Section titled “Returns”NormalizedSchema<TInput, TOutput>