misc_pterodactyl-panel/resources/scripts/api/server/getServer.ts

4 lines
97 B
TypeScript
Raw Normal View History

2022-02-27 16:40:51 +00:00
import * as Models from '@definitions/user/models';
2022-02-27 16:40:51 +00:00
export type Allocation = Models.Allocation;