mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 22:35:57 +08:00
linting
This commit is contained in:
6
types/coinbase/index.d.ts
vendored
6
types/coinbase/index.d.ts
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user