How to Export a Dictionary with a hint (Godot 4)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DaZel77

I was wanting to export a Dictionary with a set type such as PackedScene, but I am not sure how to do this. I found this on the latest docs: @export(String, “White”, “Yellow”, “Orange”) var my_color but when I tried it, it did not work. I also tried @export var scenes:PackedScene[“Room1”, “Room2”, “Room3”] and it did not work as well. I would appreciate it if someone knew the answer, and thank you in advance.