UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
interfaces
/
ITemsUserChannel.d.ts
8 lines
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
IChannel
}
from
'./IChannel'
;
import
{
ITeamsUser
}
from
'./ITeamsUser'
;
import
{
TTeamsUserChannelType
}
from
'./TTeamsChannel'
;
export
interface
ITeamsUserChannel
extends
IChannel
{
type
:
TTeamsUserChannelType
;
user
:
ITeamsUser
; }
//# sourceMappingURL=ITemsUserChannel.d.ts.map