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
/
Allocation.d.ts
10 lines
(9 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
@module
ClientAllocation */
export
interface
Allocation
{
id
:
number
;
ip
:
string
;
alias
:
string
|
null
;
port
:
number
;
notes
:
string
|
null
;
isDefault
:
boolean
; }