Interface RichStructList

interface RichStructList {
    entities: RichStruct[];
}

Properties

Properties

entities: RichStruct[]