UNPKG

@cfm/sonar-types

Version:

shared components for server status main application

6 lines (5 loc) 167 B
import { RDPConnection } from "./models"; /** * hostname, occupied, connections */ export declare type OccupationChangedEvent = [string, boolean, RDPConnection[]?];