about summary refs log blame commit diff
path: root/src/lib/types.tsx
blob: a4c65491a4d77d7f7ef8a6cf0db91fe313e2ff44 (plain) (tree)
1
2
3
4
5
6
7






                            
export type FSTracerFile = {
  id: number;
  user_id: string;
  absolute_path: string;
  contents: string;
  timestamp: string;
}