Forgot to make maxRecords optional now

This commit is contained in:
Darien Kindlund
2024-01-27 21:40:05 -08:00
parent 37945fc998
commit 66eef84633
@@ -170,7 +170,7 @@ interface AirtableLoaderParams {
}
interface AirtableLoaderRequest {
maxRecords: number
maxRecords?: number
view: string | undefined
fields?: string[]
offset?: string