UNPKG

airtable

Version:

The official Airtable JavaScript library.

6 lines (5 loc) 105 B
export interface RecordData<TFields> { id: string; fields: TFields; commentCount?: number; }