import type { Image } from "../image" import type { EdgesWithTotalCount } from "./utils/edges" export type Hero = { imagesConnection: EdgesWithTotalCount }