# RawHotkey

```ts
type RawHotkey = 
  | object & RawModifiers
  | object & RawModifiers;
```

Defined in: [hotkey.types.ts:199](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/hotkey.types.ts#L199)
