UNPKG

syslog-portal

Version:
6 lines (5 loc) 203 B
export interface IWatchDog { register(entityId: string, humanReadableName: string, expectedCheckInInterval: number): void; unregister(entityId: string): void; kick(entityId: string): void; }