| 43 | |
| 44 | |
| 45 | class ChangeDescriptionAction(TypedDict): |
| 46 | actionType: Literal["change description"] |
| 47 | eventReference: NotRequired[Annotated[EventReference, Doc("event to be changed")]] |
| 48 | description: Annotated[str, Doc("new description for the event")] |
| 49 | |
| 50 | |
| 51 | class ChangeTimeRangeAction(TypedDict): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…