molmoda / data /src /UI /Forms /FormSelectMolecule /FormSelectMoleculeInterfaces.ts
introvoyz041's picture
Migrated from GitHub
71174bc verified
/**
* An enum to specify which types of molecules to show in the FormSelectMolecule component.
*/
export enum MoleculeTypeFilter {
Protein = "protein",
Compound = "compound",
All = "all",
}