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 1e971da commit d685fbfCopy full SHA for d685fbf
1 file changed
samples/client/others/typescript-fetch/infinite-recursion-issue/apis/TestApi.ts
@@ -12,15 +12,12 @@
12
* Do not edit the class manually.
13
*/
14
15
-
16
import * as runtime from '../runtime';
17
-import type {
18
- TestBaseDto,
19
-} from '../models/index';
20
import {
+ type TestBaseDto,
21
TestBaseDtoFromJSON,
22
TestBaseDtoToJSON,
23
+} from '../models/TestBaseDto';
24
25
/**
26
*
0 commit comments