feat(interfaces): add desired state, backup replication, and cluster update request fields
This commit is contained in:
@@ -134,6 +134,7 @@ export interface IBaseOsRegisterResult {
|
||||
nodeToken?: string;
|
||||
accepted: boolean;
|
||||
message?: string;
|
||||
desiredState?: IBaseOsDesiredState;
|
||||
}
|
||||
|
||||
export interface IBaseOsHeartbeatResult {
|
||||
|
||||
Reference in New Issue
Block a user