UNPKG

@voximplant/voxengine-ci

Version:

Manage Voximplant Platform `applications`, `rules` and `scenarios` from your own environment

8 lines (7 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isApiErrorResponse = void 0; const isApiErrorResponse = (response) => Boolean(response) && typeof response === 'object' && Boolean('error' in response); exports.isApiErrorResponse = isApiErrorResponse;