export type Card = { uuid: string name: string price: string roles: string sheets: string layers: string ppr: number pps: number ppl: number }