Skip to content

Commit a606031

Browse files
committed
Remove unneeded export
1 parent 24b4b28 commit a606031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {FailureWithStatus} from '../types/failure-with-status';
88
import {Dependencies} from '../dependencies';
99

1010
export type WithActor<T> = T & {actor: Actor};
11-
export type CommandProcessInput<T> = {
11+
type CommandProcessInput<T> = {
1212
command: WithActor<T>;
1313
events: ReadonlyArray<DomainEvent>;
1414
deps?: Dependencies;

0 commit comments

Comments
 (0)