chore: updated module type name
This commit is contained in:
parent
0a469f4ccf
commit
2252048d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { UserEnvironment } from '../user-environment/user-environments.model';
|
||||
import { User } from '../user/user.model';
|
||||
|
||||
export type ModuleTypes = UserEnvironment | User;
|
||||
export type CustomModuleTypes = UserEnvironment | User;
|
||||
Loading…
Reference in a new issue