export interface RotblauCoreConfig { /** * The API base url of Rotblau */ apiUrl: string; /** * The URL of the CDN of Rotblau */ cdnUrl: string; /** * The URL of this web project */ pageUrl: string; } //# sourceMappingURL=rotblau-core-config.d.ts.map