1 2 3 4 5 6 7
export type FSTracerFile = { id: number; user_id: string; absolute_path: string; contents: string; timestamp: string; }