about summary refs log tree commit diff
path: root/src/lib/types.tsx
blob: 8e0fda4e63059f0cdfefa55c6fd1fccce9f7336f (plain) (blame)
1
2
3
4
5
6
7
type File = {
  id: number
  user_id: string
  absolute_path: string
  contents: string
  timestamp: string
}