export type Comment = { adminUser: string; commentable: string; content: string; createdAt: string; fileFilename: string; filePath: string; id: number; type: 'comments'; };