reactive_graph_model_flow/entity/
generic_flow.rs

1use crate::NAMESPACE_FLOW;
2use reactive_graph_graph::entity_ty;
3
4entity_ty!(ENTITY_TYPE_GENERIC_FLOW, NAMESPACE_FLOW, ENTITY_TYPE_NAME_GENERIC_FLOW, "generic_flow");