Skip to main content
type alias PaginationOptions
Re-export
import { type PaginationOptions } from "https://deno.land/x/masx200_cloudflare_api_dns_record_zone@1.0.3/mod.ts";
definition: Partial<{ page: number; per_page: number; order: string; direction: "asc" | "desc"; }>