Watchlist
How do we use it?
// Watchlist data structure
type FavoriteMarket = {
id: string;
name: string;
slug?: string;
image?: string;
yesPrice: number;
noPrice: number;
volume24h: string;
addedAt: Date;
};Last updated
How do we use it?
// Watchlist data structure
type FavoriteMarket = {
id: string;
name: string;
slug?: string;
image?: string;
yesPrice: number;
noPrice: number;
volume24h: string;
addedAt: Date;
};Last updated