import { UserPreview } from '../Previews/UserPreview'; export type StructReview = { id?: string; title: string; description: string; hasPassed: boolean; creatingUser: UserPreview; creationTime: Date; };