@shipengine/connect-order-source-api
Version:
This is the typescript/javascript definitions for the order source api
10 lines • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnauthorizedResponse = void 0;
/** @description This represents an error caused by external authorization issues */
class UnauthorizedResponse {
/** @description a list of errors associated with this response */
detailed_errors;
}
exports.UnauthorizedResponse = UnauthorizedResponse;
//# sourceMappingURL=unauthorized-response.js.map