makearmy-app/node_modules/next/dist/server/request/fallback-params.d.ts

4 lines
241 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
export type FallbackRouteParams = ReadonlyMap<string, string>;
export declare function getParamKeys(page: string): string[];
export declare function getFallbackRouteParams(pageOrKeys: string | readonly string[]): FallbackRouteParams | null;