export interface IDeleteParams {
    idProdutoLoja: number;
}
