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