export interface Update { updateId: number | string; title: string; content: string; dateCreated: number; totalComments: number; }