umami-api-js
    Preparing search index...

    Interface ValueAndPrev

    interface ValueAndPrev {
        prev: number;
        value: number;
    }
    Index

    Properties

    Properties

    prev: number

    The value for the same timespan for the time period that ends where the time period for value starts

    value: number

    The actual value for the given time period