TopologyDataEntry

Type alias TopologyDataEntry

TopologyDataEntry: {
    properties: TopologyDataProperty[];
    targets: TopologyDataProperty[];
    topoType: string;
    type: string;
}

Type declaration