import type { BusinessActivityComplexesService } from '../complexes.service' export type BusinessActivityComplexesServiceFindAllResponseDto = Awaited> export type BusinessActivityComplexesServiceFindOneResponseDto = Awaited>