Interface UserActionsOptions

interface UserActionsOptions {
    excludedCustomActions?: string[];
    ticketCreationDate: string;
}

Properties

excludedCustomActions?: string[]

The names of custom events to exclude.

[]

ticketCreationDate: string

The ticket creation date in the ISO 8601 format.