@seven.io/client
    Preparing search index...

    Type Alias AnalyticsParams

    type AnalyticsParams = {
        end?: Date;
        label?: typeof ANALYTICS_LABELS[number] | string;
        start?: Date;
        subaccounts?: typeof ANALYTICS_SUBACCOUNTS[number] | number;
    }
    Index

    Properties

    end?: Date
    label?: typeof ANALYTICS_LABELS[number] | string
    start?: Date
    subaccounts?: typeof ANALYTICS_SUBACCOUNTS[number] | number