add user root entity type
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export const UMB_USER_ENTITY_TYPE = 'user';
|
||||
export const UMB_USER_ROOT_ENTITY_TYPE = 'user-root';
|
||||
|
||||
export type UmbUserEntityType = typeof UMB_USER_ENTITY_TYPE;
|
||||
export type UmbUserRootEntityType = typeof UMB_USER_ROOT_ENTITY_TYPE;
|
||||
|
||||
Reference in New Issue
Block a user