UNPKG

232 BTypeScriptView Raw
1export declare function macPathToParallelsWindows(file: string): string;
2export interface ParallelsVm {
3 id: string;
4 name: string;
5 os: "win-10" | "ubuntu" | "elementary";
6 state: "running" | "suspended" | "stopped";
7}