UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 271 B
export type AdaloCredentials = { apiKey: string; appId: string; }; export type FieldsUiValues = Array<{ fieldId: string; fieldValue: string; }>; export type Operation = 'create' | 'delete' | 'update' | 'get' | 'getAll'; //# sourceMappingURL=types.d.ts.map