UNPKG
xbccs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
customer service
xbccs
/
dist
/
types
/
msg.d.ts
7 lines
(6 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
IMsg
{
phone
?:
string
|
undefined
;
wechat
?:
string
|
undefined
;
email
?:
string
|
undefined
;
content
:
string
; }