ProtectedOptionalchildren?: AwesomeContent[]An optional property representing an array of AwesomeContent elements.
It is typically used to store or handle child components, elements, or items related
to a parent structure or entity.
Optionaldata?: { parent?: string }Represents an optional data object with a parent attribute.
Represents an AwesomeContent type that extends RootContent. It serves as a structured object supporting hierarchical content with optional metadata and child relationships.