Skip to content

Commit

Permalink
fix: fixing type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
goums committed May 11, 2022
1 parent 3656631 commit a3c076f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GelatoAddressBook } from "../types/GelatoAddressBook.interface";
import { GelatoAddressBook } from "../types";

export const OPS_TASKS_API =
"https://ops-task.fra.gelato.digital/1514007e8336fa99e6fe/api";
Expand Down
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./CreateTaskOptions.interface";
export * from "./GelatoAddressBook.interface";
export * from "./Task.interface";
export * from "./TaskApiParams.interface";
export * from "./TaskReceipt.interface";

0 comments on commit a3c076f

Please sign in to comment.