Initial project import
This commit is contained in:
19
node_modules/stripe/cjs/resources/V2/index.d.ts
generated
vendored
Normal file
19
node_modules/stripe/cjs/resources/V2/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Stripe } from '../../stripe.core.js';
|
||||
import { DeletedObject } from './DeletedObject.js';
|
||||
import { Billing } from './Billing/index.js';
|
||||
import { Commerce } from './Commerce/index.js';
|
||||
import { Core } from './Core/index.js';
|
||||
export { DeletedObject } from './DeletedObject.js';
|
||||
export declare class V2 {
|
||||
private readonly stripe;
|
||||
billing: Billing;
|
||||
commerce: Commerce;
|
||||
core: Core;
|
||||
constructor(stripe: Stripe);
|
||||
}
|
||||
export declare namespace V2 {
|
||||
export { DeletedObject };
|
||||
export { Billing };
|
||||
export { Commerce };
|
||||
export { Core };
|
||||
}
|
||||
Reference in New Issue
Block a user