Const
The symbol for the opaque input type used in TypeScript type inference. Represents the expected input type before validation and transformation.
class StringSchema { [ITYPE]: string | undefined} Copy
class StringSchema { [ITYPE]: string | undefined}
The symbol for the opaque input type used in TypeScript type inference. Represents the expected input type before validation and transformation.