interface Root {
    proposed_config: ProposedConfig;
    status: string;
    warning_alert: WarningAlert;
}

Properties

proposed_config: ProposedConfig
status: string
warning_alert: WarningAlert