2 lines
152 B
TypeScript
Executable file
2 lines
152 B
TypeScript
Executable file
import type { Params } from '../../server/request/params';
|
|
export declare function createRenderParamsFromClient(clientParams: Params): Promise<Params>;
|