export interface ScreenMembersOnMfaOtpChallenge extends ScreenMembers { data: { showRememberDevice?: boolean; } | null; }
Was this page helpful?