File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
libs/json-api-nestjs/src/lib
mixin/controller/json-base Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
JsonApiServiceMethode ,
5
5
QueryParams ,
6
6
} from '../../../types' ;
7
- import { ResourceRequestObject } from '../../../types-common/request ' ;
7
+ import { ResourceRequestObject } from '../../../types-common' ;
8
8
import { Relationship } from '../../../types-common' ;
9
9
10
10
export class JsonBaseController < Entity > implements ControllerTypes < Entity > {
Original file line number Diff line number Diff line change 1
1
import { JsonApiServiceMethode } from './service.types' ;
2
2
import { QueryParams } from './query.types' ;
3
- import { ResourceRequestObject } from '../types-common/request ' ;
3
+ import { ResourceRequestObject } from '../types-common' ;
4
4
import { Relationship } from '../types-common' ;
5
- import { TypeormMixinService } from '../mixin/service/typeorm/typeorm.mixin' ;
6
5
7
6
export interface ControllerTypes < Entity > {
8
7
serviceMixin : JsonApiServiceMethode < Entity > ;
You can’t perform that action at this time.
0 commit comments