import type { MonitorId } from "./MonitorId.js"; export type SeelenCommandCreateWorkspaceRowArgs = { monitorId: MonitorId; }; //# sourceMappingURL=SeelenCommandCreateWorkspaceRowArgs.d.ts.map