UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
interfaces
/
ISlackConnectionData.d.ts
6 lines
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ISlackChannel
}
from
'./ISlackChannel'
;
export
interface
ISlackConnectionData
{
channel
:
ISlackChannel
;
channelConnectionName
:
string
; }
//# sourceMappingURL=ISlackConnectionData.d.ts.map