/** * Minimal struct sent to the service after the background has resolved all shortcut overrides. * Contains only what the service needs to register hotkeys — no widget info, no enums. */ export type ResolvedShortcut = { command: Array; keys: Array; }; //# sourceMappingURL=ResolvedShortcut.d.ts.map