Object used for the reponse of the zabbix service

interface ZabbixProxiesResponse {
    message: string;
    proxies: null | ZabbixProxy[];
    success: boolean;
}

Properties

message: string
proxies: null | ZabbixProxy[]
success: boolean