Type Alias EmailAddressRecipientPersist

recipient object model that is directly persisted in the DB

type EmailAddressRecipientPersist = {
    enabled?: boolean;
    taskRecipientErrors?: TaskRecipientError[];
    value?: string;
}
Index

Properties

enabled?: boolean

Whether this recipient can receive alerts.

taskRecipientErrors?: TaskRecipientError[]
value?: string

Email of recipient (external user).