UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

6 lines 290 B
import type { INodeProperties } from 'n8n-workflow'; import * as getga4 from './get.ga4.operation'; import * as getuniversal from './get.universal.operation'; export { getga4, getuniversal }; export declare const description: INodeProperties[]; //# sourceMappingURL=Report.resource.d.ts.map