UNPKG

@blotato/n8n-nodes-blotato

Version:
5 lines (4 loc) 380 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function getAccounts(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; export declare function getSubaccounts(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; export declare function getTemplates(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>;