Hallo @HugoMario!
You wanted a new issue. Here it comes:
V3.0.20 still generating unneeded import
import { ModelObject } from '../model/modelObject';
build error TS2307: Cannot find module '../model/modelObject'.
Can you please fix this?
Many thanks, Mark
_Originally posted by @kanguran in https://github.com/swagger-api/swagger-codegen/issues/8372#issuecomment-585444518_
[client: Javascript] also has this issue
thanks for reporting it @Frakes .
jus tassigned to myself
I am having the same problem with the JavaScript client. There is an import ModelObject from './ModelObject'; on some model definitions, but it is actually never used.
any update ?
Most helpful comment
any update ?