We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcc0d2 commit b41afa6Copy full SHA for b41afa6
codegen/layouts/endpoints.hbs
@@ -35,3 +35,5 @@ export class SeamHttpEndpoints {
35
36
{{/each}}
37
}
38
+
39
+export type SeamHttpEndpointPaths = {{#each endpoints}}'{{path}}' {{#unless @last}} | {{/unless}}{{/each}}
0 commit comments