Skip to content

Rule.io SDK


Rule.io SDK / client/src / ExportStatisticType

Type Alias: ExportStatisticType

ExportStatisticType = "open" | "sent" | "spam" | "soft_bounce" | "hard_bounce" | "link" | "unsubscribed" | "resubscribe"

Defined in: client/src/resources/exports/exports.types.ts:81

Statistic type values returned in export statistic records.

Note: This differs from ExportStatisticFilterType (query parameter) intentionally. The API returns different values than it accepts for filtering. Response includes 'sent'; filter includes 'browser' and 'received'.