export interface Review { comment?: string, author: string, date: Date, rating: number, affiliated: boolean }