export interface SetImage { symbol: string; logo: string; } export interface CardImage { small: string; large: string; }