makearmy-app/node_modules/next/dist/server/request/fallback-params.d.ts
2025-09-22 10:37:53 -04:00

3 lines
241 B
TypeScript

export type FallbackRouteParams = ReadonlyMap<string, string>;
export declare function getParamKeys(page: string): string[];
export declare function getFallbackRouteParams(pageOrKeys: string | readonly string[]): FallbackRouteParams | null;