{{#include-query-params operations}}
export namespace RequestQueryParams {
{{#each operations}}
  {{#if parametersQuery}}
  export type {{to-upper name true}} = {
    {{#each parametersQuery}}
    {{>export-service-namespace-type}}
    {{/each}}
  }
  {{/if}}
{{/each}}
}
{{/include-query-params}}
