mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
Fix incorrect type definitions
This commit is contained in:
parent
4aa163b76f
commit
20a7794a18
@ -14,7 +14,6 @@ interface ServerDataStore {
|
||||
data?: Server;
|
||||
inConflictState: Computed<ServerDataStore, boolean>;
|
||||
isInstalling: Computed<ServerDataStore, boolean>;
|
||||
isTransferring: Computed<ServerDataStore, boolean>;
|
||||
permissions: string[];
|
||||
|
||||
getServer: Thunk<ServerDataStore, string, Record<string, unknown>, ServerStore, Promise<void>>;
|
||||
|
Loading…
Reference in New Issue
Block a user