export interface IZabbixErrorResponse {
    readonly data: string;
    readonly message: string;
    readonly code: number;
}
