import { HadrachaPagePreview } from "../Previews/HadrachaPagePreview"; export type StructHadrachaPageSubscription = { hadrachaPage: HadrachaPagePreview; weight?: number; }; export type IdentifiedStructHadrachaPageSubscription = StructHadrachaPageSubscription & { id?: string; };