Merge pull request 'chore(coffee): updated CoffeeRoast type' () from spirits-characteristics into staging

Reviewed-on: 
This commit is contained in:
Otto 2025-04-11 08:01:30 +00:00
commit 613c298410

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