import { ApiResponse } from "~/apiResponse"; import { TenantConfigurationChecks } from "~/tenantConfigurationChecks"; export interface IManagementTenantConfigurationApiService { CheckIfTenantIsConfiguredAsync(): Promise>; }