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