togezr
Version:
Better together_
7 lines • 401 B
TypeScript
import { GITHUB_REPO_ISSUE_CHANNEL_TYPE } from '../constants';
import { IGitHubRepoIssueChannel } from './IGitHubRepoIssueChannel';
declare type TGitHubRepoIssueChannelType = typeof GITHUB_REPO_ISSUE_CHANNEL_TYPE;
export declare type TGitHubChannelType = TGitHubRepoIssueChannelType;
export declare type TGitHubChannel = IGitHubRepoIssueChannel;
export {};
//# sourceMappingURL=TGitHubChannel.d.ts.map