UNPKG

airtable

Version:

The official Airtable JavaScript library.

4 lines (3 loc) 159 B
import Record from './record'; import { FieldSet } from './field_set'; export declare type Records<TFields extends FieldSet> = ReadonlyArray<Record<TFields>>;