Type alias AgreementProposalDTO

AgreementProposalDTO: {
    proposalId: string;
    validTo: string;
}

Type declaration

  • proposalId: string

    id of the proposal to be promoted to the Agreement

  • validTo: string

    End of validity period.

    Agreement needs to be approved, rejected or cancelled before this date; otherwise will expire.