diff --git a/types/stripe/index.d.ts b/types/stripe/index.d.ts index 068755e157..5eebdd2ff0 100644 --- a/types/stripe/index.d.ts +++ b/types/stripe/index.d.ts @@ -5063,7 +5063,7 @@ declare namespace Stripe { /** * Balance transaction that describes the impact of this reversal on your account balance. */ - balance_transaction: string; + balance_transaction: string | balance.IBalanceTransaction; /** * ID of the charge that was refunded. [Expandable]