UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 160 B
export declare class MessagerChannelEntity { channelId: string; id: string; type: string; constructor(data?: Partial<MessagerChannelEntity>); }