export type Card = { id: number; url: string; name: string; };