export interface ITcloudConfig { [serviceName: string]: { region: string; version: string; host: string; url: string; }; }