UNPKG

jspteroapi

Version:

A pterodactyl v1 api using undici

10 lines (9 loc) 190 B
/** @module ClientAllocation */ export interface Allocation { id: number; ip: string; alias: string | null; port: number; notes: string | null; isDefault: boolean; }