import { CustomTargetingServiceInterfacePort } from '../ports/CustomTargetingServiceInterfacePort'; export interface CustomTargetingService { readonly CustomTargetingServiceInterfacePort: CustomTargetingServiceInterfacePort; }