export interface MfaEnrollResultMembers extends BaseMembers { /** * Provides access to the specific properties and data of the MFA Enroll Result screen, * including the enrollment `status` (via `screen.data.status`). * @type {ScreenMembersOnMfaEnrollResult} */ screen: ScreenMembersOnMfaEnrollResult; // No specific operations (methods) are typically defined for this screen as it's informational. // The user might be automatically redirected or provided a button to continue, // which would usually be a simple navigation handled by the page template or a default action.}