Interface InsightsServicePostResponsePost

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

Properties

Properties

value: number