1 2 3 4 5
use crate::core::{ entities::properties::{prop::Prop, prop_array::PropArray}, PropType, }; use std::sync::Arc;