Interface for the screen data specific to the mfa-otp-enrollment-code screen.
Example
Report incorrect code
Copy
Ask AI
export interface ScreenMembersOnMfaOtpEnrollmentCode extends ScreenMembers { data: { /** * The text code to display to the user. */ text_code: string; } | null;}