package common import "github.com/google/uuid" type StorePurchaseItem struct { ID uuid.UUID `json:"id"` }