import { INodeProperties } from 'n8n-workflow';

/**
 * Parameters for postLabel operation
 */
export const postLabelDescription: INodeProperties[] = [];
