UNPKG

syslog-portal

Version:
5 lines (4 loc) 93 B
export interface IManagedResource { start(): Promise<void>; stop(): Promise<void>; }