import { Exchange, ExchangeId, ExchangePublicName } from '../..'; export interface CoinbaseProExchange extends Exchange { name: 'coinbasepro' & ExchangeId; publicName: 'Coinbase Pro' & ExchangePublicName; apiKey: string; secret: string; password: string; }