import type { KeyCodeCommand } from "./KeyCodeCommand"; import type { KeystrokeCommand } from "./KeystrokeCommand"; export type KeyboardCommand = KeyCodeCommand | KeystrokeCommand;