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