Object used for the reponse of the zabbix service

interface ZabbixProxyGroupResponse {
    message: string;
    proxyGroup: null | ZabbixProxyGroup;
    success: boolean;
}

Properties

message: string
proxyGroup: null | ZabbixProxyGroup
success: boolean