export type CardType = { imageUrl: string name: string id: string oracleId: string caption: string url?: string mediumImageUrl: string }