Const
The symbol to define a unique name for the schema type. Used internally to identify schema types for union type validation.
class MySchema { [UNIQUE_NAME] = 'mySchema'} Copy
class MySchema { [UNIQUE_NAME] = 'mySchema'}
The symbol to define a unique name for the schema type. Used internally to identify schema types for union type validation.