Files
novarix.uk/node_modules/next/dist/server/request/pathname.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02: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>;