type alias PageInfoimport { type PageInfo } from "https://deno.land/x/openai@v4.53.2/core.ts"; definition: { url: URL; } | { params: Record<string, unknown> | null; }