UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
channels
/
shareIntoChannel.d.ts
3 lines
•
220 B
TypeScript
View Raw
1
2
3
import
{
TChannel
}
from
'../interfaces/TChannel'
;
export
declare
const
shareIntoChannel
:
(
channel
:
TChannel
,
sessionId
?:
string
|
undefined
) =>
Promise
<
string
|
undefined
>;
//# sourceMappingURL=shareIntoChannel.d.ts.map