Skip to content

Commit

Permalink
updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenscordeirobr committed Oct 6, 2023
1 parent 2068ac7 commit db27538
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/example/example.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import apiClient from "../";
import { Configuration, MessageResponse } from "../schemas/";
import { ConsultaPreco } from "../schemas/consulta-preco";
import { ServicosCorreios } from "../schemas/servicos-correios";
import { Configuration, ConsultaPreco, Endereco, Prazo, Preco, Rastro, ServicosCorreios, MessageResponse } from "../schemas/";
import { TiposObjeto } from "../schemas/tipos-objeto";

const fs = require('fs');
Expand Down

0 comments on commit db27538

Please sign in to comment.