**Description** I noticed that the `ModelConfig` interface is defined separately in each `models.ts` file with the same structure. **Proposed Improvement** Extract `ModelConfig` into a common interface under the `interfaces/` directory and import it where needed.
Description
I noticed that the
ModelConfiginterface is defined separately in eachmodels.tsfile with the same structure.Proposed Improvement
Extract
ModelConfiginto a common interface under theinterfaces/directoryand import it where needed.