UNPKG

@paroicms/server

Version:
5 lines (4 loc) 361 B
import type { TpDocValues } from "../../rendering-payload/rendering-payload.types.js"; import type { SiteContext } from "../../site-context/site-context.types.js"; import type { ParsedPageRoute } from "./page-route-parser.js"; export declare function fetchRawDocPayload(siteContext: SiteContext, parsedRoute: ParsedPageRoute): Promise<TpDocValues | undefined>;