CollectionProperties

集合属性类型,可以是数组或Collection对象
type CollectionProperties<T> = T[] | Collection<T>

类型: T[] | Collection<T>

  • T: any

BIMFlux AI