feat(WEB-209): revalidate my pages navigation on demand
This commit is contained in:
committed by
Michael Zetterberg
parent
16634abbbf
commit
1bffbc837e
@@ -1,10 +1,10 @@
|
||||
import type { Edges } from "./utils/edges"
|
||||
import type { RTEDocument } from "../rte/node"
|
||||
import type { Embeds } from "./embeds"
|
||||
import type { EdgesWithTotalCount } from "./utils/edges"
|
||||
|
||||
export type Preamble = {
|
||||
text: {
|
||||
embedded_itemsConnection: Edges<Embeds>
|
||||
embedded_itemsConnection: EdgesWithTotalCount<Embeds>
|
||||
json: RTEDocument
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user