n8n-nodes-base
Version:
Base nodes of n8n
10 lines • 387 B
TypeScript
export declare const PREDEFINED_DATE_RANGES: string[];
export declare const TRANSACTION_REPORT_COLUMNS: {
name: string;
value: string;
}[];
export declare const PAYMENT_METHODS: string[];
export declare const TRANSACTION_TYPES: string[];
export declare const SOURCE_ACCOUNT_TYPES: string[];
export declare const GROUP_BY_OPTIONS: string[];
//# sourceMappingURL=constants.d.ts.map