UNPKG
yimultiscreenserver-sdk-web-migration
Version:
latest (0.5.8-fix)
0.5.8
0.5.8-fix
0.5.6
YiMultiScreenServer SDK for Web
yimultiscreenserver-sdk-web-migration
/
build
/
vo
/
p2p
/
P2PKeyVO.d.ts
11 lines
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
P2PKeyVO
{
initAppString
:
string
;
did
:
string
;
p2pKey
:
string
;
crcKey
:
string
;
apiLicense
:
string
;
constructor
(
);
equals
(
o
:
any
):
boolean
;
toString
():
string
; }
//# sourceMappingURL=P2PKeyVO.d.ts.map