From 7bb76819c4d460fa17545f31048b90fd0b37d1cb Mon Sep 17 00:00:00 2001 From: leekelleher Date: Mon, 26 Feb 2024 11:47:51 +0000 Subject: [PATCH] Exports types for `UmbCollectionBulkActionPermissions` and `UmbCollectionConfiguration` --- src/Umbraco.Web.UI.Client/src/packages/core/collection/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/collection/index.ts b/src/Umbraco.Web.UI.Client/src/packages/core/collection/index.ts index 265dfa9afc..93c0d2aceb 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/collection/index.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/collection/index.ts @@ -14,3 +14,4 @@ export { UMB_COLLECTION_BULK_ACTION_PERMISSION_CONDITION } from './collection-bu export { UmbCollectionActionElement, UmbCollectionActionBase } from './action/index.js'; export type { UmbCollectionDataSource, UmbCollectionRepository } from './repository/index.js'; +export type { UmbCollectionBulkActionPermissions, UmbCollectionConfiguration } from './types.js';