From 6b4889bc997d20eb6f2ceb797067fc5d63deb2d0 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Fri, 9 Mar 2018 01:48:10 +0100 Subject: [PATCH] linting --- types/coinbase/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/coinbase/index.d.ts b/types/coinbase/index.d.ts index 0adff59d46..6057f58142 100644 --- a/types/coinbase/index.d.ts +++ b/types/coinbase/index.d.ts @@ -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 // 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";