add user collection context token
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import type { UmbUserCollectionContext } from './user-collection.context.js';
|
||||
import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
|
||||
|
||||
export const UMB_USER_COLLECTION_CONTEXT = new UmbContextToken<UmbUserCollectionContext>('UmbCollectionContext');
|
||||
Reference in New Issue
Block a user