From 6c2a170cdb310324acdb1d6a41e4cb7b6689be00 Mon Sep 17 00:00:00 2001 From: Christopher Henn Date: Wed, 19 Feb 2020 16:20:58 -0800 Subject: [PATCH] Remove const type declaration --- types/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index a11e358a..c588a493 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -6,8 +6,6 @@ declare module '@stripe/stripe-js' { publishableKey: string, options?: StripeConstructorOptions | undefined ) => Promise; - - const Stripe: StripeConstructor; } interface Window {