diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/user/entity.ts b/src/Umbraco.Web.UI.Client/src/packages/user/user/entity.ts index add1de029d..36aafabbcf 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/user/user/entity.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/user/user/entity.ts @@ -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;