API reference › @evolu/common › Type › KebabCaseIdentifier
type KebabCaseIdentifier = string & Brand<"KebabCaseIdentifier">;
Defined in: packages/common/src/Type.ts:5773
A validated kebab-case identifier, such as http2-port.
See identifier for the grammar and the conversion functions.