Const
The symbol for the camelcase opaque output type used in TypeScript type inference. Represents the output type when field names are converted to camelCase.
class ObjectSchema { [COTYPE]: { userName: string } // from user_name} Copy
class ObjectSchema { [COTYPE]: { userName: string } // from user_name}
The symbol for the camelcase opaque output type used in TypeScript type inference. Represents the output type when field names are converted to camelCase.