UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
interfaces
/
ISlackIM.d.ts
11 lines
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
ISlackIM
{
created
:
number
;
id
:
string
;
is_archived
:
boolean
;
is_im
:
boolean
;
is_org_shared
:
boolean
;
is_user_deleted
:
boolean
;
priority
:
number
;
user
:
string
; }
//# sourceMappingURL=ISlackIM.d.ts.map