lingjing/node_modules/next/dist/server/request/pathname.d.ts
2026-02-23 09:51:43 +00:00

3 lines
200 B
TypeScript

import type { WorkStore } from '../app-render/work-async-storage.external';
export declare function createServerPathnameForMetadata(underlyingPathname: string, workStore: WorkStore): Promise<string>;