UNPKG
yimultiscreenserver-sdk-web-migration
Version:
latest (0.5.8-fix-snapshot)
0.5.8
0.5.8-fix-snapshot
0.5.8-fix
0.5.6
YiMultiScreenServer SDK for Web
yimultiscreenserver-sdk-web-migration
/
build
/
vo
/
account
/
AccountVO.d.ts
10 lines
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
AccountVO
{
accountId
:
number
;
phoneNumber
:
string
;
vipLevel
:
number
;
registerTime
:
number
;
constructor
(
);
equals
(
o
:
any
):
boolean
;
toString
():
string
; }
//# sourceMappingURL=AccountVO.d.ts.map