UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 212 B
import { ECompanyMessageChannel } from "../enum/company-message-channel.enum"; export interface ICompanyMessage { id: string; channelId: string; nameSpace: string; type: ECompanyMessageChannel; }