1 2 3 4 5 6 7
interface File { id: number user_id: string absolute_path: string contents: string timestamp: string }