UNPKG

togezr

Version:

Better together_

5 lines 394 B
import { ChannelSession } from '../../channels/ChannelSession'; import { TSlackChannel } from '../../interfaces/TSlackChannel'; import { ISessionEvent } from '../../sessionConnectors/renderer/events'; export declare const renderSlackComment: (events: ISessionEvent[], channel: TSlackChannel, siblingChannels: ChannelSession[]) => Promise<any[]>; //# sourceMappingURL=renderSlackComment.d.ts.map