@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
9 lines (8 loc) • 335 B
TypeScript
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();
}