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