Skip to content

Commit

Permalink
fixup! refactor: hoist BaseProjectionEvent to projection package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkazlauskas committed May 30, 2023
1 parent 2be1c7b commit fc3af2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/projection/src/types.ts
Expand Up @@ -88,4 +88,5 @@ export interface StabilityWindowBuffer {

export type BaseProjectionEvent =
| Omit<RollForwardEvent<BootstrapExtraProps>, 'requestNext'>
| Omit<RollBackwardEvent<BootstrapExtraProps & WithBlock>, 'requestNext'>;
| Omit<RollBackwardEvent<BootstrapExtraProps & WithBlock>, 'requestNext'>
| Omit<ProjectionEvent<{}>, 'requestNext'>;

0 comments on commit fc3af2c

Please sign in to comment.