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

export interface AdsTxtService {
  readonly AdsTxtServiceInterfacePort: AdsTxtServiceInterfacePort
}
