IGPAPI
    Preparing search index...

    Interface InsightsServiceAccountResponseNodesItem

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

    Properties

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