import { PlacementServiceInterfacePort } from '../ports/PlacementServiceInterfacePort'

export interface PlacementService {
  readonly PlacementServiceInterfacePort: PlacementServiceInterfacePort
}
