Data

June 4, 2025 ยท View on GitHub

Example Usage

import { Data } from "@inkeep/inkeep-analytics/models/operations";

let value: Data = {
  result: [
    {
      searchQuery: "<value>",
      count: "<value>",
    },
  ],
  total: 6622.99,
};

Fields

FieldTypeRequiredDescription
resultoperations.Result[]:heavy_check_mark:N/A
totalnumber:heavy_check_mark:N/A