umami-api-js
    Preparing search index...

    Interface DataProperties

    interface DataProperties {
        eventName: string | null;
        propertyName: string;
        total: number;
    }
    Index

    Properties

    eventName: string | null
    propertyName: string
    total: number