WebHookResult: {
    body: unknown;
    headers: {
        [key: string]: string;
    };
    method: "GET" | "POST";
    type: "Webhook";
    url: string;
}

Type declaration

  • body: unknown
  • headers: {
        [key: string]: string;
    }
    • [key: string]: string
  • method: "GET" | "POST"
  • type: "Webhook"
  • url: string