UNPKG

wildlink-js-client

Version:

A simple JavaScript client library for the Wildlink API (DEPRECATED)

10 lines (9 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApplicationErrorResponse = void 0; exports.ApplicationErrorResponse = function (body) { return { result: false, body: body, }; };