airtable.listrecordsresponsedata.records
Home > @runlightyear/airtable > ListRecordsResponseData > records
ListRecordsResponseData.records property
Signature:records: Array<{
id: string;
createdTime: string;
fields: {
[key: string]: any;
};
commentCount?: number;
}>;