wallee
Version:
TypeScript/JavaScript client for wallee
28 lines (27 loc) • 658 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConditionType = void 0;
class ConditionType {
static getAttributeTypeMap() {
return ConditionType.attributeTypeMap;
}
}
exports.ConditionType = ConditionType;
ConditionType.discriminator = undefined;
ConditionType.attributeTypeMap = [
{
"name": "description",
"baseName": "description",
"type": "{ [key: string]: string; }"
},
{
"name": "id",
"baseName": "id",
"type": "number"
},
{
"name": "name",
"baseName": "name",
"type": "{ [key: string]: string; }"
}
];