mintable
Version:
Automate your personal finances – for free, with no ads, and no data collection.
12 lines (11 loc) • 324 B
JavaScript
;
exports.__esModule = true;
var integrations_1 = require("../integrations");
exports.defaultCSVExportConfig = {
name: 'CSV-Export',
id: integrations_1.IntegrationId.CSVExport,
type: integrations_1.IntegrationType.Export,
transactionPath: '',
balancePath: '',
dateFormat: 'yyyy-MM-dd'
};