Interface GlobalMailboxOptions

interface GlobalMailboxOptions {
    closeTicketAfterInMilliseconds: number;
    cronTime: string | Date | DateTime<boolean>;
    maxOnGoingTicketsPerUser: number;
}

Properties

closeTicketAfterInMilliseconds: number

The duration in milliseconds after a ticket's last activity before it gets closed.

cronTime: string | Date | DateTime<boolean>

The cron time for the background job in charge of checking the validity of all ongoing tickets.

maxOnGoingTicketsPerUser: number

The maximum number of ongoing tickets per user