export interface IPostAccountsParams {
    idPedidoCompra: number;
}
