Skip to content

Commit 76e4dc6

Browse files
authored
feat(signals): add EntityChanges type to public API (#5014)
Closes #5012
1 parent 69eb6b0 commit 76e4dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/signals/entities/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export { upsertEntities } from './updaters/upsert-entities';
1616

1717
export { entityConfig } from './entity-config';
1818
export {
19+
EntityChanges,
1920
EntityId,
2021
EntityMap,
2122
EntityProps,

0 commit comments

Comments
 (0)