add airtable loader

This commit is contained in:
Henry
2023-07-21 11:48:21 +01:00
parent 9875af962c
commit 1da012305a
4 changed files with 237 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ export interface INodeParams {
warning?: string
options?: Array<INodeOptionsValue>
optional?: boolean | INodeDisplay
step?: number
rows?: number
list?: boolean
acceptVariable?: boolean