mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
IMetadata shouldn't extend Object in 'stripe'.
This commit is contained in:
2
stripe/stripe-node.d.ts
vendored
2
stripe/stripe-node.d.ts
vendored
@@ -2802,7 +2802,7 @@ declare module StripeNode {
|
||||
* A set of key/value pairs that you can attach to a reversal. It can be useful for storing
|
||||
* additional information about the reversal in a structured format.
|
||||
*/
|
||||
interface IMetadata extends Object { }
|
||||
interface IMetadata { }
|
||||
|
||||
interface IShippingInformation {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user