import { ApiResponse } from "~/apiResponse"; import { TenantConfigurationChecks } from "~/tenantConfigurationChecks"; export interface IManagementTenantConfigurationApiService { CheckIfTenantIsConfiguredAsync(): Promise>; } //# sourceMappingURL=iTenantConfigurationApiService.d.ts.map