API reference › @evolu/common › Type › SnakeCaseIdentifier
const SnakeCaseIdentifier: identifier("snake_case")(String);
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.