Type alias UpdateAutomationTriggerSubscriptionDataOpts

UpdateAutomationTriggerSubscriptionDataOpts: {
    data: any | ((currentData) => any);
    where: UpdateAutomationTriggerSubscriptionDataWhere;
}

Type declaration