propapier/shared/PriceCard.ts
webfussel d71e59b9c0 add: OpenGraph image, timeline card state
Added three states to timeline card, added open graph image and description
2025-05-23 08:58:14 +02:00

8 lines
130 B
TypeScript

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