Skip to content

Commit

Permalink
fix: restore ConsumerMessage type (alias)
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 4, 2022
1 parent 61bff83 commit f44283d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/consumer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ export type AsynchronousMessage = RequestPluginInteraction & {
reifyMessage: () => string;
};

export type ConsumerMessage = AsynchronousMessage;

export type SynchronousMessage = PluginInteraction & {
given: (state: string) => void;
givenWithParam: (state: string, name: string, value: string) => void;
Expand Down

0 comments on commit f44283d

Please sign in to comment.