Initial project import
This commit is contained in:
15
node_modules/stripe/cjs/resources/Apps/index.d.ts
generated
vendored
Normal file
15
node_modules/stripe/cjs/resources/Apps/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Stripe } from '../../stripe.core.js';
|
||||
import { Apps as AppsNamespace0, Secret, SecretResource } from './Secrets.js';
|
||||
export { Secret } from './Secrets.js';
|
||||
export declare class Apps {
|
||||
private readonly stripe;
|
||||
secrets: SecretResource;
|
||||
constructor(stripe: Stripe);
|
||||
}
|
||||
export declare namespace Apps {
|
||||
export import SecretListParams = AppsNamespace0.SecretListParams;
|
||||
export import SecretCreateParams = AppsNamespace0.SecretCreateParams;
|
||||
export import SecretFindParams = AppsNamespace0.SecretFindParams;
|
||||
export import SecretDeleteWhereParams = AppsNamespace0.SecretDeleteWhereParams;
|
||||
export { Secret };
|
||||
}
|
||||
Reference in New Issue
Block a user