@truenas/api-client
    Preparing search index...

    Interface ReportingGetDataResponse

    interface ReportingGetDataResponse {
        aggregations: v25_10_0.Aggregations;
        data: unknown[];
        end: number;
        identifier: string | null;
        legend: string[];
        name: string;
        start: number;
    }
    Index
    aggregations: v25_10_0.Aggregations
    data: unknown[]
    end: number
    identifier: string | null
    legend: string[]
    name: string
    start: number