add user root entity type

This commit is contained in:
Mads Rasmussen
2024-05-19 20:30:20 +02:00
parent 40a30c3416
commit 2e7ac4ed7c

View File

@@ -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;