UNPKG

togezr

Version:

Better together_

21 lines 561 B
import { GitHubChannelSession } from '../../channels/GitHubChannelSession'; export interface IRepoInfo { repoName: string; description?: string; branchName?: string; } export declare const renderGithubIssueDetails: (githubIssueChannel: GitHubChannelSession | undefined) => Promise<({ type: string; } | { type: string; text: { type: string; text: string; }; accessory: { type: string; image_url: string; alt_text: string; }; })[]>; //# sourceMappingURL=renderGithubIssueDetails.d.ts.map