import { CursorPage } from "https://deno.land/x/openai@v4.53.2/pagination.ts";
Constructors
Properties
data: Array<Item>
Methods
getPaginatedItems(): Item[]
nextPageInfo(): PageInfo | null
nextPageParams(): Partial<CursorPageParams> | null
x/openai/pagination.ts>CursorPage
import { CursorPage } from "https://deno.land/x/openai@v4.53.2/pagination.ts";