UNPKG

lightrail-client

Version:
12 lines (11 loc) 257 B
import { WebhookSecret } from "./WebhookSecret"; export interface Webhook { id: string; url: string; events: string[]; secrets: WebhookSecret[]; active: boolean; createdDate: string; updatedDate: string; createdBy: string; }