@squidcloud/backend
    Preparing search index...

    Interface SecureMetricOptions<T>

    Options for '@secureMetrics' decorator.

    interface SecureMetricOptions<T extends MetricActionType> {
        metricNamePrefix?: string;
        type: T;
    }

    Type Parameters

    • T extends MetricActionType
    Index

    Properties

    metricNamePrefix?: string

    The name prefix of the metric to secure.

    type: T

    The type of action to secure.