export interface ScreenMembersOnMfaPushEnrollmentQr extends ScreenMembers { data: { qrCode: string; qrUri: string; showCodeCopy: boolean; } | null; }
Was this page helpful?