export interface IPostStockParams {
    idPedidoVenda: number;
}
