Type alias ObjectSchema

ObjectSchema: BaseObjectSchema & {
    properties: PropertiesTypes;
}

The schema of a specific type of object.

Type declaration

Generated using TypeDoc