mtg-visual-search/types/types.tsx

10 lines
151 B
TypeScript
Raw Normal View History

2024-05-24 01:16:02 +00:00
export type CardType = {
imageUrl: string
name: string
id: string
oracleId: string
caption: string
url?: string
mediumImageUrl: string
}