export interface ScreenMembersOnMfaWebAuthnRoamingEnrollment extends ScreenMembers { webauthnType: string | null; publicKey: PasskeyCreate['public_key'] | null; }
Was this page helpful?