@paroicms/server
Version:
The ParoiCMS server
5 lines (4 loc) • 403 B
TypeScript
import type { ParsedLNodeId } from "@paroicms/public-anywhere-lib";
import type { TpOneDocumentLoadDescriptor } from "@paroicms/public-server-lib";
import type { RenderingContext } from "../liquidjs-tools/liquidjs-rendering/rendering-context.js";
export declare function getParentDocument(renderingContext: RenderingContext, documentId: ParsedLNodeId): Promise<TpOneDocumentLoadDescriptor | undefined>;