Type Alias: ObjectSchemaProperties<K>¶
ObjectSchemaProperties<
K> = { [K2 in K | string]: Schema & ObjectSchemaProperty }
Defined in: schema.ts:954
The type of the ObjectSchemaDefinition.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¶
| Type Parameter | Default type |
|---|---|
K extends string |
never |