@tomei/sso 0.51.4 → 0.51.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { TreeNodeBase } from '@tomei/general';
2
- import { GroupTypeEnum } from 'enum';
2
+ import { GroupTypeEnum } from '../../enum';
3
3
  import { LoginUser } from '../login-user/login-user';
4
4
  import { IGroupSearchAttr } from '../../interfaces/group-search-attr.interface';
5
5
  import { Transaction } from 'sequelize';