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