import { HotkeyId } from '@/types/hotkey';

export type UserHotkeyConfig = Record<HotkeyId, string>;
