mintable
Version:
Automate your personal finances – for free, with no ads, and no data collection.
16 lines (15 loc) • 440 B
JavaScript
;
exports.__esModule = true;
var integrations_1 = require("../integrations");
exports.defaultGoogleConfig = {
name: '',
id: integrations_1.IntegrationId.Google,
type: integrations_1.IntegrationType.Export,
credentials: {
clientId: '',
clientSecret: '',
redirectUri: 'urn:ietf:wg:oauth:2.0:oob',
scope: ['https://www.googleapis.com/auth/spreadsheets']
},
documentId: ''
};