defmodule CuePart do @enforce_keys [:text_data] defstruct [:text_data] end