/** * An enum to specify which types of molecules to show in the FormSelectMolecule component. */ export enum MoleculeTypeFilter { Protein = "protein", Compound = "compound", All = "all", }