import type { PageLifetimesOption } from "../../RootComponent/PageLifetimes/PageLifetimesOption"; export type SubPageLifetimesOption = PageLifetimesOption< TIsPage, AllPropertiesDoc >;