[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Type](https://evolu.dev/docs/api-reference/common/Type) › KebabCaseIdentifier

```ts
const KebabCaseIdentifier: identifier("kebab-case")(String);
```

Defined in: [packages/common/src/Type.ts:5773](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Type.ts#L5773)

A validated kebab-case identifier, such as `http2-port`.

See [identifier](https://evolu.dev/docs/api-reference/common/Type/functions/identifier) for the grammar and the conversion functions.