Schema class for "boolean" types.
Signature:
export declare class BooleanSchema extends Schema
Extends: Schema
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(schemaParams) | Constructs a new instance of the BooleanSchema class |
BooleanSchema.(constructor)
Constructs a new instance of the BooleanSchema class
Signature:
constructor(schemaParams?: SchemaParams);
Parameters
| Parameter | Type | Description |
|---|---|---|
| schemaParams | SchemaParams |