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