import type { INodeProperties } from 'n8n-workflow'; export const CurrentDateDescription: INodeProperties[] = [ { displayName: 'You can also refer to the current date in n8n expressions by using {{$now}} or {{$today}}.