export interface IDeleteParams {
    idPropostaComercial: number;
}
