wallee
Version:
TypeScript/JavaScript client for wallee
23 lines (22 loc) • 544 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocalizedString = void 0;
class LocalizedString {
static getAttributeTypeMap() {
return LocalizedString.attributeTypeMap;
}
}
exports.LocalizedString = LocalizedString;
LocalizedString.discriminator = undefined;
LocalizedString.attributeTypeMap = [
{
"name": "language",
"baseName": "language",
"type": "string"
},
{
"name": "string",
"baseName": "string",
"type": "string"
}
];