propapier/shared/Card.ts
webfussel 8f924151da add: new price card design
Bigger header, icons for deletion and edit, form validation
2025-05-05 20:40:17 +02:00

11 lines
No EOL
160 B
TypeScript

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