@book000/twitterts
    Preparing search index...

    Interface GraphQLGetAudioSpaceByIdSuccessResponse

    GraphQL GET AudioSpaceById 成功レスポンスモデル

    interface GraphQLGetAudioSpaceByIdSuccessResponse {
        data: {
            audioSpace: {
                is_subscribed: boolean;
                metadata: {
                    content_type?: string;
                    conversation_controls: number;
                    created_at: number;
                    creator_results: {
                        result: {
                            __typename: string;
                            affiliates_highlighted_label: {
                                label?: {
                                    badge: { url: string };
                                    description: string;
                                    url: { url: string; urlType: string };
                                    userLabelDisplayType: string;
                                    userLabelType: string;
                                };
                            };
                            has_graduated_access: boolean;
                            id: string;
                            is_blue_verified: boolean;
                            legacy: {
                                blocking?: boolean;
                                can_dm: boolean;
                                can_media_tag: boolean;
                                created_at: string;
                                default_profile: boolean;
                                default_profile_image: boolean;
                                description: string;
                                entities: {
                                    description: {
                                        urls: {
                                            display_url: string;
                                            expanded_url: string;
                                            indices: (...)[];
                                            url: string;
                                        }[];
                                    };
                                    url?: {
                                        urls: {
                                            display_url: ...;
                                            expanded_url: ...;
                                            indices: ...;
                                            url: ...;
                                        }[];
                                    };
                                };
                                fast_followers_count: number;
                                favourites_count: number;
                                followers_count: number;
                                following?: boolean;
                                friends_count: number;
                                has_custom_timelines: boolean;
                                is_translator: boolean;
                                listed_count: number;
                                location: string;
                                media_count: number;
                                name: string;
                                normal_followers_count: number;
                                pinned_tweet_ids_str: string[];
                                possibly_sensitive: boolean;
                                profile_banner_url?: string;
                                profile_image_url_https: string;
                                profile_interstitial_type: string;
                                protected?: boolean;
                                screen_name: string;
                                statuses_count: number;
                                translator_type: string;
                                url?: string;
                                verified: boolean;
                                verified_type?: string;
                                want_retweets: boolean;
                                withheld_in_countries: string[];
                            };
                            professional?: {
                                category: { icon_name: string; id: number; name: string }[];
                                professional_type: string;
                                rest_id: string;
                            };
                            profile_image_shape: string;
                            rest_id: string;
                            super_follow_eligible?: boolean;
                            tipjar_settings?: {};
                        };
                    };
                    disallow_join: boolean;
                    ended_at?: string;
                    is_employee_only: boolean;
                    is_locked: boolean;
                    is_muted: boolean;
                    is_space_available_for_clipping: boolean;
                    is_space_available_for_replay: boolean;
                    max_admin_capacity?: number;
                    max_guest_sessions?: number;
                    media_key: string;
                    mentioned_users?: { rest_id: string }[];
                    narrow_cast_space_type: number;
                    no_incognito: boolean;
                    pending_admin_twitter_user_ids?: { rest_id: string }[];
                    replay_start_time?: number;
                    rest_id: string;
                    scheduled_start?: number;
                    started_at?: number;
                    state: string;
                    title?: string;
                    total_live_listeners: number;
                    total_replay_watched: number;
                    tweet_results: {
                        result?: {
                            __typename: string;
                            card: {
                                legacy: {
                                    binding_values: {
                                        key: string;
                                        value: { scribe_key?: ...; string_value: ...; type: ... };
                                    }[];
                                    card_platform: {
                                        platform: {
                                            audience: { name: ... };
                                            device: { name: ...; version: ... };
                                        };
                                    };
                                    name: string;
                                    url: string;
                                    user_refs_results: unknown[];
                                };
                                rest_id: string;
                            };
                            core: {
                                user_results: {
                                    result: {
                                        __typename: string;
                                        affiliates_highlighted_label: { label?: (...)
                                        | (...) };
                                        has_graduated_access: boolean;
                                        id: string;
                                        is_blue_verified: boolean;
                                        legacy: {
                                            blocking?: (...) | (...) | (...);
                                            can_dm: boolean;
                                            can_media_tag: boolean;
                                            created_at: string;
                                            default_profile: boolean;
                                            default_profile_image: boolean;
                                            description: string;
                                            entities: { description: ...; url?: ... };
                                            fast_followers_count: number;
                                            favourites_count: number;
                                            followers_count: number;
                                            following?: (...) | (...) | (...);
                                            friends_count: number;
                                            has_custom_timelines: boolean;
                                            is_translator: boolean;
                                            listed_count: number;
                                            location: string;
                                            media_count: number;
                                            name: string;
                                            normal_followers_count: number;
                                            pinned_tweet_ids_str: (...)[];
                                            possibly_sensitive: boolean;
                                            profile_banner_url?: (...) | (...);
                                            profile_image_url_https: string;
                                            profile_interstitial_type: string;
                                            screen_name: string;
                                            statuses_count: number;
                                            translator_type: string;
                                            url?: (...) | (...);
                                            verified: boolean;
                                            verified_type?: (...) | (...);
                                            want_retweets: boolean;
                                            withheld_in_countries: (...)[];
                                        };
                                        professional?: {
                                            category: ...;
                                            professional_type: ...;
                                            rest_id: ...;
                                        };
                                        profile_image_shape: string;
                                        rest_id: string;
                                        super_follow_eligible?: boolean;
                                        tipjar_settings?: {};
                                    };
                                };
                            };
                            edit_control: {
                                edit_tweet_ids: string[];
                                editable_until_msecs: string;
                                edits_remaining: string;
                                is_edit_eligible: boolean;
                            };
                            edit_perspective?: { favorited: boolean; retweeted: boolean };
                            is_translatable: boolean;
                            legacy: {
                                bookmark_count: number;
                                bookmarked: boolean;
                                conversation_id_str: string;
                                created_at: string;
                                display_text_range: number[];
                                entities: {
                                    hashtags: unknown[];
                                    symbols: unknown[];
                                    timestamps: unknown[];
                                    urls: {
                                        display_url: string;
                                        expanded_url: string;
                                        indices: (...)[];
                                        url: string;
                                    }[];
                                    user_mentions: unknown[];
                                };
                                favorite_count: number;
                                favorited: boolean;
                                full_text: string;
                                id_str: string;
                                is_quote_status: boolean;
                                lang: string;
                                possibly_sensitive: boolean;
                                possibly_sensitive_editable: boolean;
                                quote_count: number;
                                reply_count: number;
                                retweet_count: number;
                                retweeted: boolean;
                                user_id_str: string;
                            };
                            rest_id: string;
                            source: string;
                            unified_card?: { card_fetch_state: string };
                            unmention_data: {};
                            views: { count: string; state: string };
                            voiceInfo: {};
                        };
                    };
                    updated_at: number;
                };
                participants: {
                    admins: {
                        avatar_url: string;
                        display_name: string;
                        is_muted_by_admin: boolean;
                        is_muted_by_guest: boolean;
                        is_verified: boolean;
                        periscope_user_id: string;
                        start: number;
                        twitter_screen_name: string;
                        user_results: {
                            rest_id: string;
                            result: {
                                __typename: string;
                                identity_profile_labels_highlighted_label?: {
                                    label?: {
                                        badge: ...;
                                        description: ...;
                                        url: ...;
                                        userLabelDisplayType: ...;
                                        userLabelType: ...;
                                    };
                                };
                                is_blue_verified?: boolean;
                                legacy?: { verified_type?: string };
                            };
                        };
                    }[];
                    listeners: {
                        avatar_url: string;
                        display_name: string;
                        is_muted_by_admin: boolean;
                        is_muted_by_guest: boolean;
                        is_verified: boolean;
                        periscope_user_id: string;
                        start?: number;
                        twitter_screen_name: string;
                        user_results: {
                            rest_id: string;
                            result: {
                                __typename: string;
                                identity_profile_labels_highlighted_label: {
                                    label?: {
                                        badge: { url: ... };
                                        description: string;
                                        longDescription: { entities: ...; text: ... };
                                        userLabelType: string;
                                    };
                                };
                                is_blue_verified: boolean;
                                legacy: {};
                            };
                        };
                    }[];
                    speakers: {
                        avatar_url: string;
                        display_name: string;
                        is_muted_by_admin: boolean;
                        is_muted_by_guest: boolean;
                        is_verified: boolean;
                        periscope_user_id: string;
                        start: number;
                        twitter_screen_name: string;
                        user_results: {
                            rest_id: string;
                            result: {
                                __typename: string;
                                identity_profile_labels_highlighted_label?: {
                                    label?: {
                                        badge: ...;
                                        description: ...;
                                        longDescription?: ...;
                                        url?: ...;
                                        userLabelDisplayType?: ...;
                                        userLabelType: ...;
                                    };
                                };
                                is_blue_verified?: boolean;
                                legacy?: { verified_type?: string };
                            };
                        };
                    }[];
                    total: number;
                };
                sharings: {
                    items: {
                        created_at_ms: number;
                        shared_item: {
                            __typename: string;
                            tweet_results: {
                                result?: {
                                    __typename: string;
                                    card?: { legacy: ...; rest_id: ... };
                                    core?: { user_results: ... };
                                    edit_control?: {
                                        edit_control_initial?: ...;
                                        edit_tweet_ids?: ...;
                                        editable_until_msecs?: ...;
                                        edits_remaining?: ...;
                                        initial_tweet_id?: ...;
                                        is_edit_eligible?: ...;
                                    };
                                    edit_perspective?: { favorited: ...; retweeted: ... };
                                    is_translatable?: boolean;
                                    legacy?: {
                                        bookmark_count: ...;
                                        bookmarked: ...;
                                        conversation_id_str: ...;
                                        created_at: ...;
                                        display_text_range: ...;
                                        entities: ...;
                                        extended_entities?: ...;
                                        favorite_count: ...;
                                        favorited: ...;
                                        full_text: ...;
                                        id_str: ...;
                                        in_reply_to_screen_name?: ...;
                                        in_reply_to_status_id_str?: ...;
                                        in_reply_to_user_id_str?: ...;
                                        is_quote_status: ...;
                                        lang: ...;
                                        possibly_sensitive?: ...;
                                        possibly_sensitive_editable?: ...;
                                        quote_count: ...;
                                        quoted_status_id_str?: ...;
                                        quoted_status_permalink?: ...;
                                        reply_count: ...;
                                        retweet_count: ...;
                                        retweeted: ...;
                                        user_id_str: ...;
                                    };
                                    note_tweet?: { is_expandable: ...; note_tweet_results: ... };
                                    previous_counts?: {
                                        bookmark_count: ...;
                                        favorite_count: ...;
                                        quote_count: ...;
                                        reply_count: ...;
                                        retweet_count: ...;
                                    };
                                    quoted_status_result?: { result: ... };
                                    rest_id?: string;
                                    source?: string;
                                    superFollowsReplyUserResult?: { result: ... };
                                    unified_card?: { card_fetch_state: ... };
                                    unmention_data?: {};
                                    views?: { count?: ...; state: ... };
                                    voiceInfo?: {};
                                };
                            };
                        };
                        sharing_id: string;
                        updated_at_ms: number;
                        user_results: {
                            result: {
                                __typename: string;
                                affiliates_highlighted_label: {
                                    label?: {
                                        badge: { url: ... };
                                        description: string;
                                        url: { url: ...; urlType: ... };
                                        userLabelDisplayType: string;
                                        userLabelType: string;
                                    };
                                };
                                has_graduated_access: boolean;
                                id: string;
                                is_blue_verified: boolean;
                                legacy: {
                                    blocking?: boolean;
                                    can_dm: boolean;
                                    can_media_tag: boolean;
                                    created_at: string;
                                    default_profile: boolean;
                                    default_profile_image: boolean;
                                    description: string;
                                    entities: { description: { urls: (...)[] }; url?: { urls: ... } };
                                    fast_followers_count: number;
                                    favourites_count: number;
                                    followers_count: number;
                                    following?: boolean;
                                    friends_count: number;
                                    has_custom_timelines: boolean;
                                    is_translator: boolean;
                                    listed_count: number;
                                    location: string;
                                    media_count: number;
                                    name: string;
                                    normal_followers_count: number;
                                    pinned_tweet_ids_str: string[];
                                    possibly_sensitive: boolean;
                                    profile_banner_url?: string;
                                    profile_image_url_https: string;
                                    profile_interstitial_type: string;
                                    protected?: boolean;
                                    screen_name: string;
                                    statuses_count: number;
                                    translator_type: string;
                                    url?: string;
                                    verified: boolean;
                                    want_retweets: boolean;
                                    withheld_in_countries: string[];
                                };
                                professional?: {
                                    category: { icon_name: ...; id: ...; name: ... }[];
                                    professional_type: string;
                                    rest_id: string;
                                };
                                profile_image_shape: string;
                                rest_id: string;
                                super_follow_eligible?: boolean;
                                tipjar_settings?: { cash_app_handle?: string; is_enabled?: boolean };
                            };
                        };
                    }[];
                    slice_info: {};
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        audioSpace: {
            is_subscribed: boolean;
            metadata: {
                content_type?: string;
                conversation_controls: number;
                created_at: number;
                creator_results: {
                    result: {
                        __typename: string;
                        affiliates_highlighted_label: {
                            label?: {
                                badge: { url: string };
                                description: string;
                                url: { url: string; urlType: string };
                                userLabelDisplayType: string;
                                userLabelType: string;
                            };
                        };
                        has_graduated_access: boolean;
                        id: string;
                        is_blue_verified: boolean;
                        legacy: {
                            blocking?: boolean;
                            can_dm: boolean;
                            can_media_tag: boolean;
                            created_at: string;
                            default_profile: boolean;
                            default_profile_image: boolean;
                            description: string;
                            entities: {
                                description: {
                                    urls: {
                                        display_url: string;
                                        expanded_url: string;
                                        indices: (...)[];
                                        url: string;
                                    }[];
                                };
                                url?: {
                                    urls: {
                                        display_url: ...;
                                        expanded_url: ...;
                                        indices: ...;
                                        url: ...;
                                    }[];
                                };
                            };
                            fast_followers_count: number;
                            favourites_count: number;
                            followers_count: number;
                            following?: boolean;
                            friends_count: number;
                            has_custom_timelines: boolean;
                            is_translator: boolean;
                            listed_count: number;
                            location: string;
                            media_count: number;
                            name: string;
                            normal_followers_count: number;
                            pinned_tweet_ids_str: string[];
                            possibly_sensitive: boolean;
                            profile_banner_url?: string;
                            profile_image_url_https: string;
                            profile_interstitial_type: string;
                            protected?: boolean;
                            screen_name: string;
                            statuses_count: number;
                            translator_type: string;
                            url?: string;
                            verified: boolean;
                            verified_type?: string;
                            want_retweets: boolean;
                            withheld_in_countries: string[];
                        };
                        professional?: {
                            category: { icon_name: string; id: number; name: string }[];
                            professional_type: string;
                            rest_id: string;
                        };
                        profile_image_shape: string;
                        rest_id: string;
                        super_follow_eligible?: boolean;
                        tipjar_settings?: {};
                    };
                };
                disallow_join: boolean;
                ended_at?: string;
                is_employee_only: boolean;
                is_locked: boolean;
                is_muted: boolean;
                is_space_available_for_clipping: boolean;
                is_space_available_for_replay: boolean;
                max_admin_capacity?: number;
                max_guest_sessions?: number;
                media_key: string;
                mentioned_users?: { rest_id: string }[];
                narrow_cast_space_type: number;
                no_incognito: boolean;
                pending_admin_twitter_user_ids?: { rest_id: string }[];
                replay_start_time?: number;
                rest_id: string;
                scheduled_start?: number;
                started_at?: number;
                state: string;
                title?: string;
                total_live_listeners: number;
                total_replay_watched: number;
                tweet_results: {
                    result?: {
                        __typename: string;
                        card: {
                            legacy: {
                                binding_values: {
                                    key: string;
                                    value: { scribe_key?: ...; string_value: ...; type: ... };
                                }[];
                                card_platform: {
                                    platform: {
                                        audience: { name: ... };
                                        device: { name: ...; version: ... };
                                    };
                                };
                                name: string;
                                url: string;
                                user_refs_results: unknown[];
                            };
                            rest_id: string;
                        };
                        core: {
                            user_results: {
                                result: {
                                    __typename: string;
                                    affiliates_highlighted_label: { label?: (...)
                                    | (...) };
                                    has_graduated_access: boolean;
                                    id: string;
                                    is_blue_verified: boolean;
                                    legacy: {
                                        blocking?: (...) | (...) | (...);
                                        can_dm: boolean;
                                        can_media_tag: boolean;
                                        created_at: string;
                                        default_profile: boolean;
                                        default_profile_image: boolean;
                                        description: string;
                                        entities: { description: ...; url?: ... };
                                        fast_followers_count: number;
                                        favourites_count: number;
                                        followers_count: number;
                                        following?: (...) | (...) | (...);
                                        friends_count: number;
                                        has_custom_timelines: boolean;
                                        is_translator: boolean;
                                        listed_count: number;
                                        location: string;
                                        media_count: number;
                                        name: string;
                                        normal_followers_count: number;
                                        pinned_tweet_ids_str: (...)[];
                                        possibly_sensitive: boolean;
                                        profile_banner_url?: (...) | (...);
                                        profile_image_url_https: string;
                                        profile_interstitial_type: string;
                                        screen_name: string;
                                        statuses_count: number;
                                        translator_type: string;
                                        url?: (...) | (...);
                                        verified: boolean;
                                        verified_type?: (...) | (...);
                                        want_retweets: boolean;
                                        withheld_in_countries: (...)[];
                                    };
                                    professional?: {
                                        category: ...;
                                        professional_type: ...;
                                        rest_id: ...;
                                    };
                                    profile_image_shape: string;
                                    rest_id: string;
                                    super_follow_eligible?: boolean;
                                    tipjar_settings?: {};
                                };
                            };
                        };
                        edit_control: {
                            edit_tweet_ids: string[];
                            editable_until_msecs: string;
                            edits_remaining: string;
                            is_edit_eligible: boolean;
                        };
                        edit_perspective?: { favorited: boolean; retweeted: boolean };
                        is_translatable: boolean;
                        legacy: {
                            bookmark_count: number;
                            bookmarked: boolean;
                            conversation_id_str: string;
                            created_at: string;
                            display_text_range: number[];
                            entities: {
                                hashtags: unknown[];
                                symbols: unknown[];
                                timestamps: unknown[];
                                urls: {
                                    display_url: string;
                                    expanded_url: string;
                                    indices: (...)[];
                                    url: string;
                                }[];
                                user_mentions: unknown[];
                            };
                            favorite_count: number;
                            favorited: boolean;
                            full_text: string;
                            id_str: string;
                            is_quote_status: boolean;
                            lang: string;
                            possibly_sensitive: boolean;
                            possibly_sensitive_editable: boolean;
                            quote_count: number;
                            reply_count: number;
                            retweet_count: number;
                            retweeted: boolean;
                            user_id_str: string;
                        };
                        rest_id: string;
                        source: string;
                        unified_card?: { card_fetch_state: string };
                        unmention_data: {};
                        views: { count: string; state: string };
                        voiceInfo: {};
                    };
                };
                updated_at: number;
            };
            participants: {
                admins: {
                    avatar_url: string;
                    display_name: string;
                    is_muted_by_admin: boolean;
                    is_muted_by_guest: boolean;
                    is_verified: boolean;
                    periscope_user_id: string;
                    start: number;
                    twitter_screen_name: string;
                    user_results: {
                        rest_id: string;
                        result: {
                            __typename: string;
                            identity_profile_labels_highlighted_label?: {
                                label?: {
                                    badge: ...;
                                    description: ...;
                                    url: ...;
                                    userLabelDisplayType: ...;
                                    userLabelType: ...;
                                };
                            };
                            is_blue_verified?: boolean;
                            legacy?: { verified_type?: string };
                        };
                    };
                }[];
                listeners: {
                    avatar_url: string;
                    display_name: string;
                    is_muted_by_admin: boolean;
                    is_muted_by_guest: boolean;
                    is_verified: boolean;
                    periscope_user_id: string;
                    start?: number;
                    twitter_screen_name: string;
                    user_results: {
                        rest_id: string;
                        result: {
                            __typename: string;
                            identity_profile_labels_highlighted_label: {
                                label?: {
                                    badge: { url: ... };
                                    description: string;
                                    longDescription: { entities: ...; text: ... };
                                    userLabelType: string;
                                };
                            };
                            is_blue_verified: boolean;
                            legacy: {};
                        };
                    };
                }[];
                speakers: {
                    avatar_url: string;
                    display_name: string;
                    is_muted_by_admin: boolean;
                    is_muted_by_guest: boolean;
                    is_verified: boolean;
                    periscope_user_id: string;
                    start: number;
                    twitter_screen_name: string;
                    user_results: {
                        rest_id: string;
                        result: {
                            __typename: string;
                            identity_profile_labels_highlighted_label?: {
                                label?: {
                                    badge: ...;
                                    description: ...;
                                    longDescription?: ...;
                                    url?: ...;
                                    userLabelDisplayType?: ...;
                                    userLabelType: ...;
                                };
                            };
                            is_blue_verified?: boolean;
                            legacy?: { verified_type?: string };
                        };
                    };
                }[];
                total: number;
            };
            sharings: {
                items: {
                    created_at_ms: number;
                    shared_item: {
                        __typename: string;
                        tweet_results: {
                            result?: {
                                __typename: string;
                                card?: { legacy: ...; rest_id: ... };
                                core?: { user_results: ... };
                                edit_control?: {
                                    edit_control_initial?: ...;
                                    edit_tweet_ids?: ...;
                                    editable_until_msecs?: ...;
                                    edits_remaining?: ...;
                                    initial_tweet_id?: ...;
                                    is_edit_eligible?: ...;
                                };
                                edit_perspective?: { favorited: ...; retweeted: ... };
                                is_translatable?: boolean;
                                legacy?: {
                                    bookmark_count: ...;
                                    bookmarked: ...;
                                    conversation_id_str: ...;
                                    created_at: ...;
                                    display_text_range: ...;
                                    entities: ...;
                                    extended_entities?: ...;
                                    favorite_count: ...;
                                    favorited: ...;
                                    full_text: ...;
                                    id_str: ...;
                                    in_reply_to_screen_name?: ...;
                                    in_reply_to_status_id_str?: ...;
                                    in_reply_to_user_id_str?: ...;
                                    is_quote_status: ...;
                                    lang: ...;
                                    possibly_sensitive?: ...;
                                    possibly_sensitive_editable?: ...;
                                    quote_count: ...;
                                    quoted_status_id_str?: ...;
                                    quoted_status_permalink?: ...;
                                    reply_count: ...;
                                    retweet_count: ...;
                                    retweeted: ...;
                                    user_id_str: ...;
                                };
                                note_tweet?: { is_expandable: ...; note_tweet_results: ... };
                                previous_counts?: {
                                    bookmark_count: ...;
                                    favorite_count: ...;
                                    quote_count: ...;
                                    reply_count: ...;
                                    retweet_count: ...;
                                };
                                quoted_status_result?: { result: ... };
                                rest_id?: string;
                                source?: string;
                                superFollowsReplyUserResult?: { result: ... };
                                unified_card?: { card_fetch_state: ... };
                                unmention_data?: {};
                                views?: { count?: ...; state: ... };
                                voiceInfo?: {};
                            };
                        };
                    };
                    sharing_id: string;
                    updated_at_ms: number;
                    user_results: {
                        result: {
                            __typename: string;
                            affiliates_highlighted_label: {
                                label?: {
                                    badge: { url: ... };
                                    description: string;
                                    url: { url: ...; urlType: ... };
                                    userLabelDisplayType: string;
                                    userLabelType: string;
                                };
                            };
                            has_graduated_access: boolean;
                            id: string;
                            is_blue_verified: boolean;
                            legacy: {
                                blocking?: boolean;
                                can_dm: boolean;
                                can_media_tag: boolean;
                                created_at: string;
                                default_profile: boolean;
                                default_profile_image: boolean;
                                description: string;
                                entities: { description: { urls: (...)[] }; url?: { urls: ... } };
                                fast_followers_count: number;
                                favourites_count: number;
                                followers_count: number;
                                following?: boolean;
                                friends_count: number;
                                has_custom_timelines: boolean;
                                is_translator: boolean;
                                listed_count: number;
                                location: string;
                                media_count: number;
                                name: string;
                                normal_followers_count: number;
                                pinned_tweet_ids_str: string[];
                                possibly_sensitive: boolean;
                                profile_banner_url?: string;
                                profile_image_url_https: string;
                                profile_interstitial_type: string;
                                protected?: boolean;
                                screen_name: string;
                                statuses_count: number;
                                translator_type: string;
                                url?: string;
                                verified: boolean;
                                want_retweets: boolean;
                                withheld_in_countries: string[];
                            };
                            professional?: {
                                category: { icon_name: ...; id: ...; name: ... }[];
                                professional_type: string;
                                rest_id: string;
                            };
                            profile_image_shape: string;
                            rest_id: string;
                            super_follow_eligible?: boolean;
                            tipjar_settings?: { cash_app_handle?: string; is_enabled?: boolean };
                        };
                    };
                }[];
                slice_info: {};
            };
        };
    }