
  TYPE
    clt$interaction_information = record
      style: ost$interaction_style,
      menu_rows: cst$number_of_menu_rows,
      extend_utility_interaction: boolean,
    recend;

*copyc cst$number_of_menu_rows
*copyc ost$interaction_style

