Type alias HandlePushTriggerEvent
HandlePushTriggerEvent : ((opts) => Promise<{
automationRun: {
id: string;
};
}>)
automationRun: {
id: string;
};
}>)
Type declaration
- (opts): Promise<{
automationRun: {
id: string;
};
}> Parameters
Returns Promise<{
automationRun: {
id: string;
};
}>
- (opts): Promise<{