statuspage.io
    Preparing search index...

    Interface Subscriber

    interface Subscriber {
        can_select_components: boolean;
        page: {
            id: string;
            name: string;
            time_zone: string;
            updated_at: string;
            url: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

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