Type alias HandlePushTriggerEventOpts

HandlePushTriggerEventOpts: {
    automationId: string;
    payload: Record<string, any>;
}

Type declaration

  • automationId: string
  • payload: Record<string, any>