@book000/twitterts
    Preparing search index...

    Interface GraphQLGetListsManagementPageTimelineSuccessResponse

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

    interface GraphQLGetListsManagementPageTimelineSuccessResponse {
        data: {
            viewer: {
                list_management_timeline: {
                    timeline: {
                        instructions: {
                            direction?: string;
                            entries?: {
                                content: {
                                    __typename: string;
                                    clientEventInfo?: (...) | (...);
                                    cursorType?: (...) | (...);
                                    displayType?: (...) | (...);
                                    entryType: string;
                                    footer?: (...) | (...);
                                    header?: (...) | (...);
                                    items?: (...) | (...);
                                    value?: (...) | (...);
                                };
                                entryId: string;
                                sortIndex: string;
                            }[];
                            type: string;
                        }[];
                        metadata: { scribeConfig: { page: string } };
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    data: {
        viewer: {
            list_management_timeline: {
                timeline: {
                    instructions: {
                        direction?: string;
                        entries?: {
                            content: {
                                __typename: string;
                                clientEventInfo?: (...) | (...);
                                cursorType?: (...) | (...);
                                displayType?: (...) | (...);
                                entryType: string;
                                footer?: (...) | (...);
                                header?: (...) | (...);
                                items?: (...) | (...);
                                value?: (...) | (...);
                            };
                            entryId: string;
                            sortIndex: string;
                        }[];
                        type: string;
                    }[];
                    metadata: { scribeConfig: { page: string } };
                };
            };
        };
    }