UNPKG

lightrail-client

Version:
10 lines (9 loc) 279 B
import { LightrailResponse } from "../LightrailResponse"; import { Webhook } from "../../model"; export interface UpdateWebhookParams { url?: string; events?: string[]; active?: boolean; } export interface UpdateWebhookResponse extends LightrailResponse<Webhook> { }