import type { ContextMenu } from "./ContextMenu.js"; export type SeelenCommandTriggerContextMenuArgs = { menu: ContextMenu; forwardTo: string | null; }; //# sourceMappingURL=SeelenCommandTriggerContextMenuArgs.d.ts.map