implement bookmark search
This commit is contained in:
@@ -3,4 +3,6 @@ interface Tag {
|
||||
name: string
|
||||
}
|
||||
|
||||
export type { Tag }
|
||||
type TagId = Tag["id"]
|
||||
|
||||
export type { Tag, TagId }
|
||||
|
Reference in New Issue
Block a user