Const
The symbol for the subtype of a literal field. Used to identify the specific subtype of literal schema types (string, number, etc.).
class StringSchema { [SUBTYPE] = 'string'} Copy
class StringSchema { [SUBTYPE] = 'string'}
The symbol for the subtype of a literal field. Used to identify the specific subtype of literal schema types (string, number, etc.).