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