UNPKG

togezr

Version:

Better together_

10 lines 403 B
import { ITeamsTeam } from '../teams/teamsTeamsRepository'; import { IChannel } from './IChannel'; import { ITeamsChannel } from './ITeamsChannel'; import { TTeamsChannelChannelType } from './TTeamsChannel'; export interface ITeamsChannelChannel extends IChannel { type: TTeamsChannelChannelType; channel: ITeamsChannel; team: ITeamsTeam; } //# sourceMappingURL=ITeamsChannelChannel.d.ts.map