Home > @websublime/schema > ObjectSchemaType > (constructor)
ObjectSchemaType.(constructor)
Create ObjectSchemaType instance.
Signature:
constructor(properties: Properties<Omit<T, "toJSON">> | undefined, errorMessage: string);
Parameters
Parameter | Type | Description |
---|---|---|
properties | Properties<Omit<T, "toJSON">> | undefined | |
errorMessage | string | Error message |