@ -103,6 +103,8 @@ type EntityAction =
|
||||
| ReturnType<typeof entitiesTransaction>;
|
||||
|
||||
export {
|
||||
type DeleteEntitiesOpts,
|
||||
type EntityAction,
|
||||
ENTITIES_IMPORT,
|
||||
ENTITIES_DELETE,
|
||||
ENTITIES_DISMISS,
|
||||
@ -122,5 +124,3 @@ export {
|
||||
invalidateEntityList,
|
||||
entitiesTransaction,
|
||||
};
|
||||
|
||||
export type { DeleteEntitiesOpts, EntityAction };
|
||||
@ -183,5 +183,4 @@ const reducer = (state: Readonly<State> = {}, action: EntityAction): State => {
|
||||
}
|
||||
};
|
||||
|
||||
export default reducer;
|
||||
export type { State };
|
||||
export { type State, reducer as default };
|
||||
Reference in New Issue
Block a user