Skip to content

Commit

Permalink
Undo change to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Oct 20, 2022
1 parent 17cac6f commit b38f3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/2022-08-01/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ declare module 'stripe' {
export class Stripe {
static Stripe: typeof Stripe;

constructor(apiKey: string, config?: Stripe.StripeConfig);
constructor(apiKey: string, config: Stripe.StripeConfig);

setAppInfo(info: Stripe.AppInfo): void;

Expand Down

0 comments on commit b38f3ed

Please sign in to comment.