UNPKG

boldsign

Version:

NodeJS client for boldsign

38 lines 855 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProblemDetails = void 0; class ProblemDetails { static getAttributeTypeMap() { return ProblemDetails.attributeTypeMap; } } exports.ProblemDetails = ProblemDetails; ProblemDetails.discriminator = undefined; ProblemDetails.attributeTypeMap = [ { "name": "type", "baseName": "type", "type": "string" }, { "name": "title", "baseName": "title", "type": "string" }, { "name": "status", "baseName": "status", "type": "number" }, { "name": "detail", "baseName": "detail", "type": "string" }, { "name": "instance", "baseName": "instance", "type": "string" } ]; //# sourceMappingURL=problemDetails.js.map