Object used for the reponse of the zabbix service

interface ZabbixProxyResponse {
    message: string;
    proxy: null | ZabbixProxy;
    success: boolean;
}

Properties

Properties

message: string
proxy: null | ZabbixProxy
success: boolean