Create a drop-down menu with operator_menu_enum

Hi everyone,

With A tutorial I was making a new panel with a dropdown menu, but at the moment cant put custom opetions in that menu, code is:

col.operator_menu_enum(“object.select_by_type”, “type”, text=“Choose your face type”)

The options in this dropdown menu looks like refer to that text (object.select_by_type), but how can I put totally custom options? thanks