---
url: 'https://adk.nht.io/api/@nhtio/adk/common/type-aliases/TokenEncoding.md'
description: Union of all recognised token encoding identifier strings.
---

# Type Alias: TokenEncoding

```ts
type TokenEncoding = (typeof TokenEncoding)[number];
```

Defined in: [lib/classes/tokenizable.ts:26](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/classes/tokenizable.ts#L26)

Union of all recognised token encoding identifier strings.

## Remarks

Derived from [TokenEncoding](../variables/TokenEncoding.md) so the type and the runtime array stay in sync
automatically when new encodings are added.
