This commit is contained in:
Benny Neugebauer
2018-03-09 01:48:10 +01:00
committed by GitHub
parent ad55131a5b
commit 6b4889bc99

View File

@@ -1,4 +1,4 @@
// Type definitions for coinbase 2.0.6
// Type definitions for coinbase 2.0
// Project: https://github.com/coinbase/coinbase-node
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -311,14 +311,14 @@ export interface Price {
* Currency e.g. "EUR" (see Client#getCurrencies() for available strings)
*/
currency: string;
}
};
warnings?: [
{
id: string
message: string
url: string
}
]
];
}
export type ResourceType = "account" | "transaction" | "address" | "user" | "buy" | "sell" | "deposit" | "withdrawal" | "payment_method";