Interface for the screen data specific to mfa-push-challenge-push screen
Example
Report incorrect code
Copy
Ask AI
export interface ScreenMembersOnMfaPushChallengePush extends ScreenMembers { data: { /** The name of the device receiving the push notification */ deviceName: string; /** Whether to show the remember device option */ showRememberDevice?: boolean; } | null;}