import { UserPreview } from '../Previews/UserPreview'; export type ResourceComment = { id: string; publisher?: UserPreview; content: string; postTime: Date; };