export interface IDataValidParams { consumerKey: string; consumerSecret: string; authUrl: string; apiUrl: string; }