export interface APICredentials { apiKey: string; apiSecret: string; apiPass: string; } export type APIMarket = 'prod' | 'aws' | 'demo';