Initial project import
This commit is contained in:
13
node_modules/stripe/cjs/resources/Apps/index.js
generated
vendored
Normal file
13
node_modules/stripe/cjs/resources/Apps/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
// File generated from our OpenAPI spec
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Apps = void 0;
|
||||
const Secrets_js_1 = require("./Secrets.js");
|
||||
class Apps {
|
||||
constructor(stripe) {
|
||||
this.stripe = stripe;
|
||||
this.secrets = new Secrets_js_1.SecretResource(stripe);
|
||||
}
|
||||
}
|
||||
exports.Apps = Apps;
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user