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