fix: make tags optional in ChangelogEntry, remove unused VoteState import
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ export type ChangelogEntry = {
|
||||
title: string
|
||||
version: string
|
||||
publishedAt: string
|
||||
tags: string[]
|
||||
tags?: string[]
|
||||
body: unknown[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user