teo_runtime/database/
enum.rs

1#[derive(Debug, Clone, Hash, Eq, PartialEq)]
2pub struct DatabaseEnum {
3    pub(crate) choices: Vec<String>,
4}