import type { Image } from "../image" import type { Edges } from "./utils/edges" import type { RTEDocument } from "../rte/node" export type Puff = { imageConnection: Edges link: { href: string title: string } text: { json: RTEDocument } title: string }