mirror of
https://github.com/unraid/api.git
synced 2026-05-25 03:10:17 -05:00
refactor: server state data type
This commit is contained in:
+2
-2
@@ -129,8 +129,8 @@ export interface ServerStateDataError {
|
||||
export interface ServerStateData {
|
||||
actions?: ServerStateDataAction[] | undefined;
|
||||
humanReadable: string; // @todo create interface of ENUM to string mapping
|
||||
heading?: string;
|
||||
message?: string;
|
||||
heading: string;
|
||||
message: string;
|
||||
error?: ServerStateDataError | boolean;
|
||||
withKey?: boolean; // @todo potentially remove
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user