Interface InsightsServicePostResponseActions

interface InsightsServicePostResponseActions {
    nodes: InsightsServicePostResponseNodesItem[];
    value: number;
}

Properties

Properties

value: number