{{>header}}

{{#each services}}
{{#each operations}}
{{#if deprecated}}// @deprecated{{/if}}
export const {{{operationName . ../. @root.services}}}Route = '{{path}}';
{{/each}}
{{/each}}
