feat(airtable): add create record action

This commit is contained in:
Rıdvan Akca
2024-01-23 16:26:38 +03:00
parent c413ab030b
commit d36c9d43f6
11 changed files with 274 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import listFields from './list-fields/index.js';
export default [listFields];