Object used for the reponse of the zabbix service

interface ZabbixResponse {
    message: string;
    response: null | ZabbixApiResponse;
    success: boolean;
}

Properties

message: string
response: null | ZabbixApiResponse
success: boolean