UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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