@compas/code-gen
Version:
Generate various boring parts of your server
13 lines (12 loc) • 450 B
TypeScript
/**
* Validate all route query & params definitions for correct type converts.
*
* HTTP is a string based protocol. Therefore, query and params should be
* converted back to their defined types after validation.
*
* @param {import("../../generated/common/types").CodeGenContext} context
*/
export function processRouteQueryParams(
context: import("../../generated/common/types").CodeGenContext,
): void;
//# sourceMappingURL=params.d.ts.map