Interface ScreenMembersOnResetPasswordSuccess

interface ScreenMembersOnResetPasswordSuccess {
    captcha: null | CaptchaContext;
    captchaImage: null | string;
    captchaProvider: null | string;
    captchaSiteKey: null | string;
    data: null | Record<string,
        | string
        | boolean
        | string[]
        | PhonePrefix[]
        | Record<string, string[]>>;
    isCaptchaAvailable: boolean;
    links: null | Record<string, string>;
    name: string;
    texts: null | Record<string, string>;
}

Hierarchy (view full)

Properties

captcha: null | CaptchaContext
captchaImage: null | string
captchaProvider: null | string
captchaSiteKey: null | string
data: null | Record<string,
    | string
    | boolean
    | string[]
    | PhonePrefix[]
    | Record<string, string[]>>
isCaptchaAvailable: boolean
links: null | Record<string, string>
name: string
texts: null | Record<string, string>