export interface ISdkForAngularConfig { apiURL: string; webURL: string; socketURL?: string; fileURL?: string; lang?: string; }