Skip to main content

airtable.listrecordsresponsedata

Home > @runlightyear/airtable > ListRecordsResponseData

ListRecordsResponseData interface

Signature:
interface ListRecordsResponseData 

Required Properties

PropertyModifiersTypeDescription
recordsArray<{ id: string; createdTime: string; fields: { [key: string]: any; }; commentCount?: number; }>

Optional Properties

PropertyModifiersTypeDescription
offset?string