From 883a903d185281808d90f1d30496763536aef603 Mon Sep 17 00:00:00 2001 From: cbourget Date: Tue, 19 Mar 2024 09:09:33 -0400 Subject: [PATCH] Export EntityOperation like it used to --- packages/common/src/lib/entity/shared/transaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/lib/entity/shared/transaction.ts b/packages/common/src/lib/entity/shared/transaction.ts index f408b1a0eb..038f5af3b1 100644 --- a/packages/common/src/lib/entity/shared/transaction.ts +++ b/packages/common/src/lib/entity/shared/transaction.ts @@ -11,7 +11,7 @@ import { import { getEntityId } from './entity.utils'; import { EntityStore } from './store'; -interface EntityOperation { +export interface EntityOperation { key: EntityKey; type: EntityOperationType; previous: E | undefined;