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

    Interface ReportingGetDataResponse

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