Type alias EmailMessageDateRange

EmailMessageDateRange: {
    sortDate: DateRange;
} | {
    updatedAt: DateRange;
}

The Sudo Platform SDK representation of an email message date range.

Note that both timestamps cannot be specified otherwise an InvalidArgumentError will occur.

Type declaration

Type declaration

Union

EmailMessageDateRange