Skip to content

Commit

Permalink
fix(common): export EntityOperation like it used to (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourget committed Mar 27, 2024
1 parent 2de5c63 commit 32bbddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/lib/entity/shared/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { getEntityId } from './entity.utils';
import { EntityStore } from './store';

interface EntityOperation<E extends object = object> {
export interface EntityOperation<E extends object = object> {
key: EntityKey;
type: EntityOperationType;
previous: E | undefined;
Expand Down

0 comments on commit 32bbddb

Please sign in to comment.