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