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
| Field | Type | Required | Description |
|---|---|---|---|
result | operations.Result[] | :heavy_check_mark: | N/A |
total | number | :heavy_check_mark: | N/A |