Skip to content

Commit e3e8707

Browse files
committed
Remove no-empty-interface from template
1 parent 4c908f0 commit e3e8707

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codegen/layouts/partials/route-class-endpoint-export.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ export type {{requestTypeName}} = SeamHttpRequest<{{#if returnsVoid}}void, undef
1818
{{#if returnsActionAttempt}}
1919
export type {{optionsTypeName}} = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>
2020
{{else}}
21-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
2221
export interface {{optionsTypeName}} {}
2322
{{/if}}

0 commit comments

Comments
 (0)