Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Sep 21, 2023
1 parent 5040f2e commit be0e985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { options } from "@acala-network/api";

export type TChain = "karura" | "kusama";

interface IToken extends Object {
interface IToken {
token?: string;
dexShare?: IToken[];
foreignAsset?: number;
Expand Down

0 comments on commit be0e985

Please sign in to comment.