Interface CursorPaginatedCollection<T, TPlain>

Type Parameters

  • T

  • TPlain

Hierarchy

Properties

Methods

Properties

items: T[]
limit: number
pages?: {
    next?: string;
    prev?: string;
}

Type declaration

  • Optional next?: string
  • Optional prev?: string
sys: {
    type: "Array";
}

Type declaration

  • type: "Array"

Methods