(stacked note) cache visited note

This commit is contained in:
2021-03-20 12:24:27 +01:00
parent befbd7652b
commit 71f1642c45
12 changed files with 80 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
export interface RepoBase {
id: string
name: string
isPrivate: boolean
}