import { KeyCode } from '../Constants'; import { Key } from 'ts-key-enum'; export type TGameKey = KeyCode | Key;