diff --git a/examples/calendar/src/calendarActionsSchema.ts b/examples/calendar/src/calendarActionsSchema.ts index 6c31a4f8..5c006c82 100644 --- a/examples/calendar/src/calendarActionsSchema.ts +++ b/examples/calendar/src/calendarActionsSchema.ts @@ -19,7 +19,7 @@ export type AddEventAction = { }; export type RemoveEventAction = { - actionType: 'removeEvent'; + actionType: 'remove event'; eventReference: EventReference; };