Skip to main content

@wildix/wda-insights-client > DurationGroupBucket

DurationGroupBucket interface

Signature:

export interface DurationGroupBucket 

Properties

Property

Modifiers

Type

Description

from?

number | undefined

(Optional) The lower bound for this duration bucket (greater than or equal to).

title

string

The human-readable label for this duration bucket (e.g., '0-5 minutes').

to?

number | undefined

(Optional) The upper bound for this duration bucket (less than or equal to).