From ef80cde7f94dd9a2d0a83e3b44b34c7b1c9cf594 Mon Sep 17 00:00:00 2001 From: petja Date: Sun, 5 Jan 2020 11:52:51 +0200 Subject: [PATCH] Fix SubscriptionSchedules.Plan.plan It was incorrectly pointing back to SubscriptionSchedules.Plan instead of Stripe.Plan --- types/2019-12-03/SubscriptionSchedules.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/2019-12-03/SubscriptionSchedules.d.ts b/types/2019-12-03/SubscriptionSchedules.d.ts index 3c4cde57de..dcd69d7c26 100644 --- a/types/2019-12-03/SubscriptionSchedules.d.ts +++ b/types/2019-12-03/SubscriptionSchedules.d.ts @@ -231,7 +231,7 @@ declare module 'stripe' { /** * ID of the plan to which the customer should be subscribed. */ - plan: string | Plan | DeletedPlan; + plan: string | Stripe.Plan | DeletedPlan; /** * Quantity of the plan to which the customer should be subscribed.