@neezy-inc/sdk
    Preparing search index...

    Interface UpdatePropostaStatusDTO

    interface UpdatePropostaStatusDTO {
        observacao?: string;
        status: PropostaStatus;
    }
    Index

    Properties

    Properties

    observacao?: string