UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

12 lines 696 B
import { QueryInsightEntryV2026R0 } from './queryInsightEntryV2026R0.js'; import { SerializedData } from '../../serialization/json.js'; export interface QueryInsightsV2026R0 { /** * The list of computed insight entries. Each entry corresponds to a group, * the overall dataset, or the aggregate of groups outside the top results. */ readonly insights: readonly QueryInsightEntryV2026R0[]; readonly rawData?: SerializedData; } export declare function serializeQueryInsightsV2026R0(val: QueryInsightsV2026R0): SerializedData; export declare function deserializeQueryInsightsV2026R0(val: SerializedData): QueryInsightsV2026R0; //# sourceMappingURL=queryInsightsV2026R0.d.ts.map