propapier/shared/Card.ts
webfussel 9498911e7a add: reactive store
Add useLocalStorage from VueUse
2025-05-10 14:32:40 +02:00

8 lines
125 B
TypeScript

export type Card = {
uuid : string
name : string
price : string
roles : string
sheets : string
layers : string
}