export interface DomainData { /** Full configuration endpoint address of the domain (used by mobile clients) **/ config_json_url: string; /** Full webapp address of the domain (used by webapp) **/ webapp_welcome_url: string; } //# sourceMappingURL=DomainData.d.ts.map