Skip to content

Commit d685fbf

Browse files
committed
regen files
1 parent 1e971da commit d685fbf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • samples/client/others/typescript-fetch/infinite-recursion-issue/apis

samples/client/others/typescript-fetch/infinite-recursion-issue/apis/TestApi.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
* Do not edit the class manually.
1313
*/
1414

15-
1615
import * as runtime from '../runtime';
17-
import type {
18-
TestBaseDto,
19-
} from '../models/index';
2016
import {
17+
type TestBaseDto,
2118
TestBaseDtoFromJSON,
2219
TestBaseDtoToJSON,
23-
} from '../models/index';
20+
} from '../models/TestBaseDto';
2421

2522
/**
2623
*

0 commit comments

Comments
 (0)