✨ (stacked note) cache visited note
This commit is contained in:
5
src/modules/repo/interfaces/RepoBase.ts
Normal file
5
src/modules/repo/interfaces/RepoBase.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface RepoBase {
|
||||
id: string
|
||||
name: string
|
||||
isPrivate: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user