WorkflowAlert: WorkflowAction & { ccEmails: string[]; description: string; protected: boolean; recipients: WorkflowEmailRecipient[]; senderAddress?: string | null; senderType?: string | null; template: string; } Type declaration
ccEmails: string[]
description: string
protected: boolean
Optional
senderAddress?: string | null
Optional
senderType?: string | null
template: string