export interface IDeleteParams {
    idProduto: number;
}
