Files
tacticalrmm-web/src/types/agents.ts
2023-10-02 18:49:01 -04:00

2 lines
64 B
TypeScript

export type AgentPlatformType = "windows" | "linux" | "darwin";