chore: updated module type name
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user