File Data about user-uploaded files. interface FileEntry { id: string userId: string createdAt: any uploaded: boolean filename: string type: string ext: string }