import { AdjustmentServiceInterfacePort } from '../ports/AdjustmentServiceInterfacePort'; export interface AdjustmentService { readonly AdjustmentServiceInterfacePort: AdjustmentServiceInterfacePort; }