Type alias IWebHookCreate

IWebHookCreate: Partial<Omit<IWebHook, "id" | "url" | "name" | "createdAt" | "updatedAt">> & {
    name: string;
    url: string;
}

Type declaration

  • name: string

    The name for the webhook

  • url: string

    Target URL for webhook HTTPS requests