feat: remove temppage
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import type { Edges } from "../utils/edges"
|
||||
import type { TempPageLink } from "../utils/tempPageLink"
|
||||
import type { PageLink } from "../utils/pageLink"
|
||||
import { Typename } from "../utils/typename"
|
||||
import type { Typename } from "../utils/typename"
|
||||
|
||||
enum ListItemStyleEnum {
|
||||
checkmark = "checkmark",
|
||||
@@ -36,7 +35,7 @@ type InternalLinkListItem = Typename<
|
||||
link_text?: string
|
||||
list_item_style: ListItemStyle
|
||||
subtitle?: string
|
||||
pageConnection: Edges<TempPageLink | PageLink>
|
||||
pageConnection: Edges<PageLink>
|
||||
}
|
||||
},
|
||||
BlockListItemsEnum.CurrentBlocksPageBlocksListBlockListItemsListItemInternalLink
|
||||
|
||||
Reference in New Issue
Block a user