UNPKG

togezr

Version:

Better together_

6 lines 419 B
import { TGitHubChannel, TGitHubChannelType } from './TGitHubChannel'; import { TSlackChannel, TSlackChannelType } from './TSlackChannel'; import { TTeamsChannel, TTeamsChannelType } from './TTeamsChannel'; export declare type TChannel = TSlackChannel | TGitHubChannel | TTeamsChannel; export declare type TChannelType = TSlackChannelType | TGitHubChannelType | TTeamsChannelType; //# sourceMappingURL=TChannel.d.ts.map