71174bc
1
2
3
4
5
6
7
8
9
/** * An enum to specify which types of molecules to show in the FormSelectMolecule component. */ export enum MoleculeTypeFilter { Protein = "protein", Compound = "compound", All = "all", }