Skip to main content
Module

x/airtable/mod.ts>SelectOptions

Unofficial Airtable client for Deno 🦕
Go to Latest
interface SelectOptions
Re-export
import { type SelectOptions } from "https://deno.land/x/airtable@v0.2.2/mod.ts";

Type Parameters

T extends string | number | symbol

Properties

optional
fields: T[]
optional
filterByFormula: string
optional
maxRecords: number
optional
pageSize: number
optional
sort: { field: string; direction?: "asc" | "desc"; }[]
optional
view: string
optional
cellFormat: "json" | "string"
optional
timeZone: string
optional
userLocale: string