@book000/twitterts
    Preparing search index...

    Interface GraphQLPostHomeLatestTimelineErrorResponse

    GraphQL POST HomeLatestTimeline 失敗レスポンスモデル

    interface GraphQLPostHomeLatestTimelineErrorResponse {
        errors: { code: number; message: string }[];
    }
    Index

    Properties

    Properties

    errors: { code: number; message: string }[]