Skip to content

Commit f44283d

Browse files
committed
fix: restore ConsumerMessage type (alias)
1 parent 61bff83 commit f44283d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/consumer/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ export type AsynchronousMessage = RequestPluginInteraction & {
202202
reifyMessage: () => string;
203203
};
204204

205+
export type ConsumerMessage = AsynchronousMessage;
206+
205207
export type SynchronousMessage = PluginInteraction & {
206208
given: (state: string) => void;
207209
givenWithParam: (state: string, name: string, value: string) => void;

0 commit comments

Comments
 (0)