parent
aa82179788
commit
9cc8ba422c
@ -1,10 +1,10 @@
|
||||
export type CoffeeProcessingType =
|
||||
| 'de-caff'
|
||||
| 'honey'
|
||||
| 'semi-dry'
|
||||
| 'swiss water'
|
||||
| 'sundried'
|
||||
| 'washed'
|
||||
| 'De-caff'
|
||||
| 'Honey'
|
||||
| 'Semi-dry'
|
||||
| 'Swiss water'
|
||||
| 'Sundried'
|
||||
| 'Washed'
|
||||
|
||||
type CoffeeVarietyType = 'Robusta' | 'Arabica'
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
export type SakeDesignation =
|
||||
| 'table'
|
||||
| 'pure'
|
||||
| 'blended'
|
||||
| 'mirin:new'
|
||||
| 'mirin:true'
|
||||
| 'mirin:salt'
|
||||
| 'Table'
|
||||
| 'Pure'
|
||||
| 'Blended'
|
||||
| 'Mirin:new'
|
||||
| 'Mirin:true'
|
||||
| 'Mirin:salt'
|
||||
|
||||
export type SakeStarter = 'Kimoto' | 'Sokujō' | 'Yamahai'
|
||||
|
@ -1,4 +1,4 @@
|
||||
export type SpiritType = 'white' | 'dark' | 'liqueurs'
|
||||
export type SpiritType = 'White' | 'Dark' | 'Liqueurs'
|
||||
|
||||
export type SpiritVariant =
|
||||
| 'Absinthe'
|
||||
@ -77,7 +77,7 @@ export interface WhiteSpiritKind {
|
||||
},
|
||||
'Plymouth'
|
||||
]
|
||||
Mezcal: [{ Joven: ['espadín', 'tepeztate', 'Tequilana (blue)', 'tobalá'] }]
|
||||
Mezcal: [{ Joven: ['Espadín', 'Tepeztate', 'Tequilana (blue)', 'Tobalá'] }]
|
||||
Rum: ['Blanco', 'Cachaça', 'Platino', 'Agricole']
|
||||
'Eau de Vie': [
|
||||
'Apple (Pomme)',
|
||||
|
@ -1,5 +1,5 @@
|
||||
export enum UserRole {
|
||||
User = 'user',
|
||||
Reviewer = 'reviewer',
|
||||
Producer = 'producer'
|
||||
User = 'User',
|
||||
Reviewer = 'Reviewer',
|
||||
Producer = 'Producer'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user