togezr
Version:
Better together_
5 lines • 370 B
TypeScript
import { TChannel } from '../interfaces/TChannel';
import { GitHubChannelSession } from './GitHubChannelSession';
export declare const shareIntoChannels: (channels: TChannel[], isReadOnlySession?: boolean) => Promise<string>;
export declare const getChannelSessionClass: (channel: TChannel) => typeof GitHubChannelSession;
//# sourceMappingURL=shareIntoChannels.d.ts.map