Object used for the reponse of the zabbix service

interface ZabbixItemsResponse {
    items: null | ZabbixItem[];
    message: string;
    success: boolean;
}

Properties

Properties

items: null | ZabbixItem[]
message: string
success: boolean