vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface WorkflowEmailRecipient

    interface WorkflowEmailRecipient {
        field?: string;
        recipient?: string;
        type: ActionEmailRecipientTypes;
    }
    Index

    Properties

    field?: string
    recipient?: string