Object used for the reponse of the zabbix service

interface ZabbixItemResponse {
    item: null | ZabbixItem;
    message: string;
    success: boolean;
}

Properties

Properties

item: null | ZabbixItem
message: string
success: boolean