UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

6 lines 280 B
import type { INodeProperties } from 'n8n-workflow'; import * as getMany from './getMany.operation'; import * as getSchema from './getSchema.operation'; export { getMany, getSchema }; export declare const description: INodeProperties[]; //# sourceMappingURL=Base.resource.d.ts.map