@paroicms/server
Version:
The ParoiCMS server
4 lines (3 loc) • 311 B
TypeScript
import type { RoutingClusterNode } from "@paroicms/public-anywhere-lib";
import type { SiteContext } from "../../site-context/site-context.types.js";
export declare function loadRoutingClusterWithAnnotations(siteContext: Pick<SiteContext, "siteSchema" | "cn">, rootNodeId: string): Promise<RoutingClusterNode>;