import { ProposalLineItemServiceInterfacePort } from '../ports/ProposalLineItemServiceInterfacePort'; export interface ProposalLineItemService { readonly ProposalLineItemServiceInterfacePort: ProposalLineItemServiceInterfacePort; }