UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 148 B
export interface ISubscriptionMessage { name: string; token: string; handlerPrint: boolean; updatedAt: Date; active: boolean; }