UNPKG

@omnia/fx-models

Version:
12 lines (11 loc) 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MagicLinkData = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); class MagicLinkData { constructor() { this.omniaServiceId = new models_1.Guid("bb000000-0000-bbbb-0000-0000000000bb"); this.authenticationTypeId = new models_1.Guid("8dfc9906-637d-4094-ba56-ca0a4440d09f"); } } exports.MagicLinkData = MagicLinkData;