Interface ScreenMembersOnPhoneIdentifierEnrollment

interface ScreenMembersOnPhoneIdentifierEnrollment {
    captcha: null | CaptchaContext;
    captchaImage: null | string;
    captchaProvider: null | string;
    captchaSiteKey: null | string;
    data: null | {
        messageType?: "text" | "voice";
        phone?: "string";
    };
    editIdentifierLink: null | 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 | {
    messageType?: "text" | "voice";
    phone?: "string";
}
editIdentifierLink: null | string
isCaptchaAvailable: boolean
links: null | Record<string, string>
name: string
texts: null | Record<string, string>