File size: 62 Bytes
e9674a6
 
 
 
1
2
3
4
export interface RepoFile {
  path: string
  content: string
}