UNPKG

mintable

Version:

Automate your personal finances – for free, with no ads, and no data collection.

15 lines (14 loc) 551 B
"use strict"; exports.__esModule = true; var IntegrationType; (function (IntegrationType) { IntegrationType["Import"] = "import"; IntegrationType["Export"] = "export"; })(IntegrationType = exports.IntegrationType || (exports.IntegrationType = {})); var IntegrationId; (function (IntegrationId) { IntegrationId["Plaid"] = "plaid"; IntegrationId["Google"] = "google"; IntegrationId["CSVImport"] = "csv-import"; IntegrationId["CSVExport"] = "csv-export"; })(IntegrationId = exports.IntegrationId || (exports.IntegrationId = {}));