export interface ScreenMembersOnMfaRecoveryCodeEnrollment extends ScreenMembers { data: { /** * The recovery code to display to the user. */ textCode: string; } | null; }
textCode
string
null
Was this page helpful?