reactive_graph_table_model/types/
variables.rs1use crate::types::properties::PropertyType;
2use crate::types::properties::PropertyTypes;
3
4pub type Variable = PropertyType;
5pub type Variables = PropertyTypes;
6pub type VariableNames = Vec<String>;