import type { LazyActivityComponentType } from "./LazyActivityComponentType"; import type { StaticActivityComponentType } from "./BaseStaticActivityComponentType"; export type MonolithicActivityComponentType = | StaticActivityComponentType | LazyActivityComponentType;