UNPKG

togezr

Version:

Better together_

8 lines 572 B
import { TEAMS_CHANNEL_CHANNEL_TYPE, TEAMS_USER_CHANNEL_TYPE } from '../constants'; import { ITeamsChannelChannel } from './ITeamsChannelChannel'; import { ITeamsUserChannel } from './ITemsUserChannel'; export declare type TTeamsUserChannelType = typeof TEAMS_USER_CHANNEL_TYPE; export declare type TTeamsChannelChannelType = typeof TEAMS_CHANNEL_CHANNEL_TYPE; export declare type TTeamsChannelType = TTeamsUserChannelType | TTeamsChannelChannelType; export declare type TTeamsChannel = ITeamsUserChannel | ITeamsChannelChannel; //# sourceMappingURL=TTeamsChannel.d.ts.map