Fix build
This commit is contained in:
@@ -10,8 +10,8 @@ interface Tag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface Project {
|
interface Project {
|
||||||
nameKey: string
|
nameKey: keyof typeof t.value
|
||||||
descKey: string
|
descKey: keyof typeof t.value
|
||||||
url: string
|
url: string
|
||||||
sourceUrl?: string
|
sourceUrl?: string
|
||||||
tags: Tag[]
|
tags: Tag[]
|
||||||
|
|||||||
Reference in New Issue
Block a user