export interface IReverseStockParams {
    idPedidoCompra: number;
}
