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 4c908f0 commit e3e8707Copy full SHA for e3e8707
codegen/layouts/partials/route-class-endpoint-export.hbs
@@ -18,6 +18,5 @@ export type {{requestTypeName}} = SeamHttpRequest<{{#if returnsVoid}}void, undef
18
{{#if returnsActionAttempt}}
19
export type {{optionsTypeName}} = Pick<SeamHttpRequestOptions, 'waitForActionAttempt'>
20
{{else}}
21
-// eslint-disable-next-line @typescript-eslint/no-empty-interface
22
export interface {{optionsTypeName}} {}
23
{{/if}}
0 commit comments