UNPKG
@cfm/sonar-types
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.0
shared components for server status main application
@cfm/sonar-types
/
dist
/
events.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
RDPConnection
}
from
"./models"
;
/** * hostname, occupied, connections */
export
declare
type
OccupationChangedEvent
= [
string
,
boolean
,
RDPConnection
[]?];