n8n-nodes-cisassessment
Version:
Este é um nó da comunidade n8n. Ele permite que você use o CIS Assessment em seus fluxos de trabalho n8n
4 lines (3 loc) • 303 B
TypeScript
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
export declare function getPassportOptions(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
export declare function getPassportReportTypeOptions(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;