UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 218 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getRoles(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; //# sourceMappingURL=loadOptions.d.ts.map