Skip to content

Type Alias: ContactStatus

type ContactStatus = "active" | "unsubscribed" | "bounced" | "complained";

Defined in: sdk/src/types.ts:729