UNPKG

@paroicms/server

Version:
4 lines (3 loc) 311 B
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>;