import { INodeProperties } from 'n8n-workflow';

/**
 * Parameters for postUsage operation
 */
export const postUsageDescription: INodeProperties[] = [];
