Skip to content

Commit

Permalink
chore: use type import
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Nov 29, 2023
1 parent 6248c27 commit fef23b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type ContractMethod, type SearchGMPResponseData } from "@axelarjs/api";
import type { ContractMethod, SearchGMPResponseData } from "@axelarjs/api";

import { TRPCError } from "@trpc/server";
import { z } from "zod";
Expand Down

0 comments on commit fef23b4

Please sign in to comment.