n8n-nodes-plex-datasource
Version:
n8n node for calling Plex ERP Data Sources
11 lines • 513 B
TypeScript
import { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow';
export declare class PlexDataSource implements INodeType {
description: INodeTypeDescription;
methods: {
loadOptions: {
getUrlPreview(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
};
};
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}
//# sourceMappingURL=PlexDataSource.node.d.ts.map