UNPKG

@progtechbr/n8n-nodes-rdsme

Version:

Send events through API to RD Station Marketing para Ecommerce

9 lines (7 loc) 210 B
import type { INodeProperties } from 'n8n-workflow'; export const appendLegalBaseOption: INodeProperties = { displayName: 'Append Legal Base', name: 'apppendLegalBase', type: 'boolean', default: false, };