Skip to content

Commit b41afa6

Browse files
committed
feat: Add SeamHttpEndpointPaths
1 parent adcc0d2 commit b41afa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codegen/layouts/endpoints.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ export class SeamHttpEndpoints {
3535

3636
{{/each}}
3737
}
38+
39+
export type SeamHttpEndpointPaths = {{#each endpoints}}'{{path}}' {{#unless @last}} | {{/unless}}{{/each}}

0 commit comments

Comments
 (0)