tsqtsq - v1.2.0
    Preparing search index...

    Type Alias AggregateOverTime

    Parameters for *_over_time aggregation functions.

    type AggregateOverTime = {
        expr: string;
        interval?: string;
        range?: string;
    }
    Index

    Properties

    Properties

    expr: string
    interval?: string
    range?: string