n8n-nodes-base
Version:
Base nodes of n8n
10 lines • 337 B
TypeScript
import type { INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class Currents implements INodeType {
description: INodeTypeDescription;
methods: {
listSearch: {
getProjects: typeof import("./methods/listSearch").getProjects;
};
};
}
//# sourceMappingURL=Currents.node.d.ts.map