Types > StorefrontCustomerVote
Values
Value | Description |
---|---|
not_voted | |
voted_no | |
voted_yes |
Used By
Types
ProductReview, ProductReviewCreate, ProductReviewModify
Preview (typescript)
type StorefrontCustomerVote =| "not_voted"| "voted_no"| "voted_yes"