jcloud/dashboard/src2/types.ts
2025-04-12 17:39:38 +08:00

2 lines
61 B
TypeScript

export type Platform = 'win' | 'mac' | 'linux' | 'unknown';