import type { Page, Section } from '~/types/actions'; export type PageSection = Section & { validRootDomId?: boolean; }; export type PageMap = Record; export type SectionMap = Record;