AniLink - v1.29.2
    Preparing search index...

    AiringSchedulesPageResponse is the paginated response from an airing schedules query.

    interface AiringSchedulesPageResponse {
        airingSchedules: AiringScheduleResponse[];
        pageInfo: PageInfo;
    }
    Index
    airingSchedules: AiringScheduleResponse[]

    Airing schedules returned for the requested page.

    pageInfo: PageInfo

    Pagination metadata for the response.