UNPKG

togezr

Version:

Better together_

6 lines 204 B
import { ISlackChannel } from './ISlackChannel'; export interface ISlackConnectionData { channel: ISlackChannel; channelConnectionName: string; } //# sourceMappingURL=ISlackConnectionData.d.ts.map