import { Page } from "https://deno.land/x/openai@v4.53.2/pagination.ts";
Note: no pagination actually occurs yet, this is for forwards-compatibility.
Constructors
Properties
data: Array<Item>
Methods
getPaginatedItems(): Item[]
nextPageInfo(): null
nextPageParams(): null
This page represents a response that isn't actually paginated at the API level so there will never be any next page params.