pub fn generate_query_params_for_module(
ctx: QueryParamsContext<'_>,
) -> Result<QueryParamsGenerationResult>Expand description
Generate query params types and Zod schemas for all operations in a module
pub fn generate_query_params_for_module(
ctx: QueryParamsContext<'_>,
) -> Result<QueryParamsGenerationResult>Generate query params types and Zod schemas for all operations in a module