export interface IUpdateParams { idGrupoProduto: number; } export interface IUpdateBody { nome: string; grupoProdutoPai: { id: number; }; }