import type { RTEDocument } from "../rte/node" import type { Embeds } from "./embeds" import type { EdgesWithTotalCount } from "./utils/edges" export type Preamble = { text: { embedded_itemsConnection: EdgesWithTotalCount json: RTEDocument } }