boldsign
Version:
NodeJS client for boldsign
18 lines • 457 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TeamCreated = void 0;
class TeamCreated {
static getAttributeTypeMap() {
return TeamCreated.attributeTypeMap;
}
}
exports.TeamCreated = TeamCreated;
TeamCreated.discriminator = undefined;
TeamCreated.attributeTypeMap = [
{
"name": "teamId",
"baseName": "teamId",
"type": "string"
}
];
//# sourceMappingURL=teamCreated.js.map