UNPKG

togezr

Version:

Better together_

9 lines 529 B
import { GitHubAccountRepoIssueTreeItem } from '../../../activityBar/github/GitHubAccountRepoIssueTreeItem'; export declare const getGitHubChannelFromTreeItem: (item: GitHubAccountRepoIssueTreeItem) => { type: "github-issue"; repo: import("../../../interfaces/IGitHubRepo").IShortGithubRepo; issue: import("../../../interfaces/IShortGitHubIssue").IShortGitHubIssue; account: import("../../../interfaces/IAccountRecord").IAccountRecord; id: string; }; //# sourceMappingURL=getGitHubChannelFromTreeItem.d.ts.map