chore(coffee): updated CoffeeRoast type

This commit is contained in:
nostrdev-com 2025-04-11 10:59:31 +03:00
parent abfedf7e32
commit c5949010ad

@ -31,6 +31,7 @@ export type CoffeeVariety = {
}
export type CoffeeRoast =
| 'Green'
| 'Light'
| 'Medium'
| 'Medium-Dark'