mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
IMetadata shouldn't extend Object in 'stripe'.
This commit is contained in:
Vendored
+1
-1
@@ -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