import { ProposalLineItemAction } from './proposalLineItemAction';
export interface ReserveProposalLineItems extends ProposalLineItemAction {
    allowOverbook?: boolean;
}
