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