IMetadata shouldn't extend Object in 'stripe'.

This commit is contained in:
Daniel Rosenwasser
2015-08-10 16:51:53 -07:00
parent a7e09ad3d7
commit e8c0ad7b0b

View File

@@ -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 {
/**