UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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