UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
commands
/
shareIntoAccountCommand
/
slack
/
getSlackChannelChannel.d.ts
3 lines
•
219 B
TypeScript
View Raw
1
2
3
import
{
ISlackChannel
}
from
'../../../interfaces/ISlackChannel'
;
export
declare
const
getSlackChannelChannel
:
(
channels
:
ISlackChannel
[]
) =>
Promise
<
ISlackChannel
>;
//# sourceMappingURL=getSlackChannelChannel.d.ts.map