Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/server/request/pathname.d.ts
2025-09-21 20:29:15 +07:00

3 lines
200 B
TypeScript
Executable File

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