UNPKG

@omnia/fx-models

Version:
15 lines (14 loc) 755 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BirthdayPropertyDefinition = exports.BirthdayPropertyDefinitionId = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); const PropertyDefinition_1 = require("../PropertyDefinition"); exports.BirthdayPropertyDefinitionId = new models_1.Guid("17c2b563-94d1-4912-a786-5f33e7c1d892"); class BirthdayPropertyDefinition extends PropertyDefinition_1.PropertyDefinition { constructor() { super(...arguments); this.id = exports.BirthdayPropertyDefinitionId; this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Birthday;"; } } exports.BirthdayPropertyDefinition = BirthdayPropertyDefinition;