export interface DevLoginInterface { apiKey: string; apiSecret: string; apiHost: string; }