UNPKG

@longlv91/training-common

Version:
9 lines 299 B
import { IActionRecord } from './action-record.interface'; export interface IChannel extends IActionRecord { channelCode: string; channelName: string; channelPass: string; loginedMember?: string; channelMembers: string[]; } //# sourceMappingURL=channel.interface.d.ts.map