We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bff83 commit f44283dCopy full SHA for f44283d
src/consumer/types.ts
@@ -202,6 +202,8 @@ export type AsynchronousMessage = RequestPluginInteraction & {
202
reifyMessage: () => string;
203
};
204
205
+export type ConsumerMessage = AsynchronousMessage;
206
+
207
export type SynchronousMessage = PluginInteraction & {
208
given: (state: string) => void;
209
givenWithParam: (state: string, name: string, value: string) => void;
0 commit comments