Interface PhoneSubscriber

interface PhoneSubscriber {
    can_select_components: boolean;
    mode: "email_sms";
    page: {
        id: string;
        name: string;
        time_zone: string;
        updated_at: string;
        url: string;
    };
    phone: string;
}

Hierarchy

Properties

can_select_components: boolean
mode: "email_sms"
page: {
    id: string;
    name: string;
    time_zone: string;
    updated_at: string;
    url: string;
}

Type declaration

  • id: string
  • name: string
  • time_zone: string
  • updated_at: string
  • url: string
phone: string

Generated using TypeDoc