export interface IChangeSituationParams {
    idPropostaComercial: number;
}
export interface IChangeSituationBody {
    situacao: string;
}
