Skip to content

Commit

Permalink
Dispatch can be durable
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed Aug 24, 2023
1 parent 2d8ef30 commit d85d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/dispatch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {isLike} from "../../is";
const DISPATCH = "dispatch" as const;
type DispatchEventType = typeof DISPATCH;

export interface DispatchEvent {
export interface DispatchEvent extends DurableEventData {
type: DispatchEventType;
dispatch: DurableEventData;
}
Expand Down

0 comments on commit d85d300

Please sign in to comment.