From b38f3edb25c40fb3974a7519dc1566a2778534d4 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 20 Oct 2022 16:26:48 -0700 Subject: [PATCH] Undo change to index.d.ts --- types/2022-08-01/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/2022-08-01/index.d.ts b/types/2022-08-01/index.d.ts index baaf817b31..ab72cdea9f 100644 --- a/types/2022-08-01/index.d.ts +++ b/types/2022-08-01/index.d.ts @@ -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;