Edit

sealed interface Edit

Edits that can be made to the plan.

Currently only creating new activities is supported.

Inheritors

Types

Link copied to clipboard
data class Create(val directive: Directive<AnyDirective>) : Edit

Create a new activity from a given directive.