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 b380488 commit e8395efCopy full SHA for e8395ef
examples/calendar/src/calendarActionsSchema.ts
@@ -19,7 +19,7 @@ export type AddEventAction = {
19
};
20
21
export type RemoveEventAction = {
22
- actionType: 'removeEvent';
+ actionType: 'remove event';
23
eventReference: EventReference;
24
25
0 commit comments