export interface IReverseStockParams {
    idPedidoVenda: number;
}
