UNPKG

@paroicms/server

Version:
5 lines (4 loc) 365 B
import type { HomeRoutingCluster } from "@paroicms/public-anywhere-lib"; import type { ClusterNodeInfo } from "@paroicms/public-server-lib"; import type { SiteContext } from "../site-context/site-context.types.js"; export declare function buildClusterNodeInfo(siteContext: Pick<SiteContext, "cn">, homeRoutingCluster: HomeRoutingCluster): Promise<ClusterNodeInfo>;