UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 335 B
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; import { AuthenticationMetaData } from "./common"; export declare class MagicLinkData implements AuthenticationMetaData { omniaServiceId: GuidValue; authenticationTypeId: GuidValue; currentPublicKey?: string; constructor(); }