Interface InsightsServiceAccountResponseNodesItem

interface InsightsServiceAccountResponseNodesItem {
    __typename?: string;
    data_points?: InsightsServiceAccountResponseDataPointsItem[];
    delta?: null;
    graph_name?: string;
    organic?: InsightsServiceAccountResponseOrganic;
    total?: number;
}

Properties

__typename?: string
delta?: null
graph_name?: string
total?: number