type fix router
This commit is contained in:
parent
5e1708e505
commit
5570baee33
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { GenericViewModel } from "../viewmodels/GenericModel";
|
|||
import GenericFactory from "../factories/GenericFactory";
|
||||
|
||||
export default class GenericRouter<
|
||||
Controller extends GenericController<Service, Factory, Repository, GenericViewModel>,
|
||||
Controller extends GenericController<Service, Factory, Repository, ViewModel>,
|
||||
Service extends GenericService<Repository>,
|
||||
Factory extends GenericFactory<Repository, ViewModel>,
|
||||
Repository extends BaseEntity,
|
||||
|
|
Loading…
Add table
Reference in a new issue