Type Alias: Schema¶
Schema =
BooleanSchema|NumberSchema|StringSchema|ArraySchema|GenericObjectSchema
Defined in: schema.ts:1868
The union of all of the schema types supported for return values and object properties.
Schema =
BooleanSchema|NumberSchema|StringSchema|ArraySchema|GenericObjectSchema
Defined in: schema.ts:1868
The union of all of the schema types supported for return values and object properties.