We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b4b28 commit a606031Copy full SHA for a606031
src/commands/command.ts
@@ -8,7 +8,7 @@ import {FailureWithStatus} from '../types/failure-with-status';
8
import {Dependencies} from '../dependencies';
9
10
export type WithActor<T> = T & {actor: Actor};
11
-export type CommandProcessInput<T> = {
+type CommandProcessInput<T> = {
12
command: WithActor<T>;
13
events: ReadonlyArray<DomainEvent>;
14
deps?: Dependencies;
0 commit comments