pl-api
    Preparing search index...

    Class PaginatedResponse<T, IsArray>

    Type Parameters

    • T
    • IsArray extends boolean = true
    Index

    Constructors

    Properties

    Constructors

    Properties

    items: IsArray extends true ? T[] : T
    next: (() => Promise<PaginatedResponse<T, IsArray>>) | null
    partial: boolean
    previous: (() => Promise<PaginatedResponse<T, IsArray>>) | null
    total: number | undefined