mirror of
https://github.com/unraid/api.git
synced 2026-04-21 14:50:40 -05:00
refactor: first pass at stateData
This commit is contained in:
+2
-2
@@ -62,8 +62,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;
|
||||
withKey?: boolean; // @todo potentially remove
|
||||
}
|
||||
Reference in New Issue
Block a user