mintable
Version:
Automate your personal finances – for free, with no ads, and no data collection.
19 lines (18 loc) • 607 B
JavaScript
;
exports.__esModule = true;
var integrations_1 = require("../integrations");
var PlaidEnvironmentType;
(function (PlaidEnvironmentType) {
PlaidEnvironmentType["Development"] = "development";
PlaidEnvironmentType["Sandbox"] = "sandbox";
})(PlaidEnvironmentType = exports.PlaidEnvironmentType || (exports.PlaidEnvironmentType = {}));
exports.defaultPlaidConfig = {
name: '',
id: integrations_1.IntegrationId.Plaid,
type: integrations_1.IntegrationType.Import,
environment: PlaidEnvironmentType.Sandbox,
credentials: {
clientId: '',
secret: ''
}
};