mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* fix: Table.create can return a single TFields object When `create` is called with a single object to create, the return type is not an array, but a single object. `Response<TFields>` is defined as `ReadonlyArray<Row<TFields>>` (note: `Array`), which isn't correct for a single object. Likewise, `Promise<Array<Response<TFields>>>` implies a multidimensional array, which again isn't correct. * test: add tests for Airtable.create * fix: fix usage of Readonly type |
||
|---|---|---|
| .. | ||
| airtable-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||