♻️ (store) use a store to store readme and files
This commit is contained in:
8
src/modules/repo/interfaces/RepoFile.ts
Normal file
8
src/modules/repo/interfaces/RepoFile.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface RepoFile {
|
||||
path?: string
|
||||
mode?: string
|
||||
type?: string
|
||||
sha?: string
|
||||
size?: number
|
||||
url?: string
|
||||
}
|
||||
Reference in New Issue
Block a user