@book000/twitterts

    Interface GraphQLGetListsManagementPageTimelineSuccessResponse

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

    interface GraphQLGetListsManagementPageTimelineSuccessResponse {
        data: {
            viewer: {
                list_management_timeline: {
                    timeline: {
                        instructions: {
                            entries?: {
                                content: {
                                    __typename: string;
                                    clientEventInfo: { component: ... };
                                    displayType: string;
                                    entryType: string;
                                    footer?: (...) | (...);
                                    header: { displayType: ...; sticky: ...; text: ... };
                                    items: (...)[];
                                };
                                entryId: string;
                                sortIndex: string;
                            }[];
                            type: string;
                        }[];
                        responseObjects: {
                            feedbackActions: unknown[];
                            immediateReactions: unknown[];
                        };
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        viewer: {
            list_management_timeline: {
                timeline: {
                    instructions: {
                        entries?: {
                            content: {
                                __typename: string;
                                clientEventInfo: { component: ... };
                                displayType: string;
                                entryType: string;
                                footer?: (...) | (...);
                                header: { displayType: ...; sticky: ...; text: ... };
                                items: (...)[];
                            };
                            entryId: string;
                            sortIndex: string;
                        }[];
                        type: string;
                    }[];
                    responseObjects: {
                        feedbackActions: unknown[];
                        immediateReactions: unknown[];
                    };
                };
            };
        };
    }
    MMNEPVFCICPMFPCPTTAAATR