mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02: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…
x
Reference in New Issue
Block a user