UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 395 B
import type { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { listSearch, resourceMapping } from './methods'; export declare class MicrosoftSharePoint implements INodeType { description: INodeTypeDescription; methods: { listSearch: typeof listSearch; resourceMapping: typeof resourceMapping; }; } //# sourceMappingURL=MicrosoftSharePoint.node.d.ts.map