UNPKG

@paroicms/server

Version:
7 lines (6 loc) 440 B
import { type ScDocumentType } from "@paroicms/public-anywhere-lib"; import type { TpDocValues, TpJsonLdPayload } from "@paroicms/public-server-lib"; import type { RenderingContext } from "../liquidjs-tools/liquidjs-rendering/rendering-context.js"; export declare function makeJsonLdPayload(renderingContext: RenderingContext, documentType: ScDocumentType, docValues: TpDocValues, options: { url?: string; }): Promise<TpJsonLdPayload>;