UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
interfaces
/
ISlackTeamInfo.d.ts
12 lines
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
ISlackTeamInfo
{
id
:
string
;
name
:
string
;
domain
:
string
;
email_domain
:
string
;
icon
: {
image_default
:
boolean
; } & { [
key
:
string
]:
string
; }; }
//# sourceMappingURL=ISlackTeamInfo.d.ts.map