NewDirective
data class NewDirective(val inner: AnyDirective, val name: String, val type: String, val start: DirectiveStart)
A new directive to be created, which doesn't have an id yet.
A new directive to be created, which doesn't have an id yet.