UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
commands
/
shareIntoAccountCommand
/
slack
/
shareIntoSlackChannel.d.ts
3 lines
•
231 B
TypeScript
View Raw
1
2
3
import
{
TSlackTreeItems
}
from
'../../../interfaces/TTreeItems'
;
export
declare
const
shareIntoSlackChannel
:
(
item
:
TSlackTreeItems
,
isReadOnlySession
:
boolean
) =>
Promise
<
void
>;
//# sourceMappingURL=shareIntoSlackChannel.d.ts.map