# DisplayHotkey

```ts
type DisplayHotkey = 
  | RegisterableHotkey
  | ParsedHotkey
  | string & object;
```

Defined in: [format.ts:71](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/format.ts#L71)
