Add siteName in search result web

This commit is contained in:
Hongbo Wu
2022-05-12 10:31:14 +08:00
parent 8f75c43658
commit 2aadd6d200

View File

@ -75,6 +75,7 @@ export type LibraryItemNode = {
annotation: string
state: State
pageType: PageType
siteName?: string
}
export type PageInfo = {
@ -125,6 +126,7 @@ export function useGetLibraryItemsQuery({
quote
annotation
state
siteName
}
}
pageInfo {