Základ zobrazování ověřených uživatelů
This commit is contained in:
@@ -5,9 +5,14 @@ export enum Restaurants {
|
||||
TECHTOWER = 'techTower',
|
||||
}
|
||||
|
||||
export interface FoodChoices {
|
||||
trusted: boolean,
|
||||
options: number[]
|
||||
}
|
||||
|
||||
export interface Choices {
|
||||
[location: string]: {
|
||||
[login: string]: number[]
|
||||
[login: string]: FoodChoices
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user