import { Rval2 } from './Rval2'; /** performProposalLineItemActionResponse */ export interface PerformProposalLineItemActionResponse { /** rval */ rval?: Rval2; }