UNPKG

boldsign

Version:

NodeJS client for boldsign

23 lines 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Creators = void 0; class Creators { static getAttributeTypeMap() { return Creators.attributeTypeMap; } } exports.Creators = Creators; Creators.discriminator = undefined; Creators.attributeTypeMap = [ { "name": "userId", "baseName": "userId", "type": "string" }, { "name": "createdBy", "baseName": "createdBy", "type": "string" } ]; //# sourceMappingURL=creators.js.map