UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
interfaces
/
IChannel.d.ts
8 lines
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
IAccountRecord
}
from
'./IAccountRecord'
;
import
{
TChannelType
}
from
'./TChannel'
;
export
interface
IChannel
{
type
:
TChannelType
;
account
:
IAccountRecord
;
id
:
string
; }
//# sourceMappingURL=IChannel.d.ts.map