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