Type alias: ObjectSchemaProperties<K>¶
Ƭ ObjectSchemaProperties<K>: { [K2 in K | string]: Schema & ObjectSchemaProperty }
The type of the properties in the definition of an object schema. This is essentially a dictionary mapping the name of a property to a schema definition for that property.
Type parameters¶
| Name | Type | 
|---|---|
K | 
extends string = never |