Type Alias EventOperation
EventOperation: ( draft: EventTemplate, context: EventFactoryContext,) => EventTemplate | Promise<EventTemplate> Type declaration
- (
draft: EventTemplate,
context: EventFactoryContext,
): EventTemplate | Promise<EventTemplate> Returns EventTemplate | Promise<EventTemplate>
A single operation in the factory process