UNPKG
jspteroapi
Version:
latest (1.11.4)
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
A pterodactyl v1 api using undici
jspteroapi.linux123123.com
Linux123123/JSPteroAPI
jspteroapi
/
dist
/
client
/
interfaces
/
WebsocketAuthData.d.ts
6 lines
(5 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
5
6
/**
@module
ClientWebsocketAuthData */
export
interface
WebsocketAuthData
{ token:
string
; socket:
string
; }