export interface IDeleteParams {
    idGrupoProduto: number;
}
