export interface IPostAccountsParams {
    idPedidoVenda: number;
}
