AniLink - v1.29.2
    Preparing search index...

    StaffsPageResponse is the paginated response from a staffs query.

    interface StaffsPageResponse {
        pageInfo: PageInfo;
        staff: StaffResponse[];
    }
    Index
    pageInfo: PageInfo

    Pagination metadata for the response.

    staff: StaffResponse[]

    Staff entries returned for the requested page.