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

export interface YieldGroupService {
  readonly YieldGroupServiceInterfacePort: YieldGroupServiceInterfacePort
}
