interface SelectOptionsimport { type SelectOptions } from "https://deno.land/x/airtable@v1.1.1/types.ts"; Type ParametersT extends FieldSetPropertiesoptionalfields: (keyof T)[]optionalfilterByFormula: stringoptionalmaxRecords: numberoptionalpageSize: numberoptionalsort: { field: string; direction?: "asc" | "desc"; }[]optionalview: stringoptionalcellFormat: "json" | "string"optionaltimeZone: TimezoneoptionaluserLocale: UserLocale