/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface SystemInfoEntityAsResponse { cloudId: string; commitHash: string; baseUrl?: string; fallbackBaseUrl?: string; edition?: string; siteTitle?: string; defaultLocale?: string; defaultTimeZone?: string; microsPerimeter?: string; } //# sourceMappingURL=SystemInfoEntityAsResponse.d.ts.map