API reference › @evolu/common › Type › ConstantCaseIdentifier
type ConstantCaseIdentifier = string & Brand<"ConstantCaseIdentifier">;
Defined in: packages/common/src/Type.ts:5784
A validated CONSTANT_CASE identifier, such as HTTP2_PORT.
See identifier for the grammar and the conversion functions.