export interface IDeleteParams {
    idPedidoCompra: number;
}
