export interface Envelope { topic: string; data?: T; channel?: string; timeStamp?: string; }