Type alias HandlePushTriggerEvent

HandlePushTriggerEvent: ((opts) => Promise<{
    automationRun: {
        id: string;
    };
}>)

Type declaration

    • (opts): Promise<{
          automationRun: {
              id: string;
          };
      }>
    • Returns Promise<{
          automationRun: {
              id: string;
          };
      }>