UNPKG

streambird

Version:
16 lines (15 loc) 406 B
import { FactorMethodType } from "./Enums"; export declare type Method = { methodId: string; methodType: FactorMethodType; lastVerifiedAt: number; phoneNumberId?: string; phoneNumber?: string; emailId?: string; email?: string; walletType?: string; walletId?: string; walletPublicAddress?: string; totpId?: string; providerSubject?: string; };