UNPKG

pipeproc

Version:

Multi-process log processing for nodejs

10 lines (9 loc) 174 B
export interface IActiveTopics { [key: string]: { currentTone: string; createdAt: number; }; } export interface ISystemState { active: boolean; }