forked from MapComplete/MapComplete
Finish the additions of reviews
This commit is contained in:
parent
c02406241e
commit
cdfffd6120
29 changed files with 675 additions and 142 deletions
7
Logic/Web/Review.ts
Normal file
7
Logic/Web/Review.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface Review {
|
||||
comment?: string,
|
||||
author: string,
|
||||
date: Date,
|
||||
rating: number,
|
||||
affiliated: boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue