Skip to content

Commit

Permalink
refactor: image_url type add
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer0114 authored and qwer0114 committed Nov 28, 2024
1 parent 09b7c7c commit c62f21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/src/types/market.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type MarketData = {
english_name?: string;
market_warning?: string;
market_event?: { warning: boolean; caution: MarketEvent };
image_url: string;
};

export type SidebarMarketData = {
Expand Down

0 comments on commit c62f21a

Please sign in to comment.