UNPKG

92 BTypeScriptView Raw
1import { Webhook } from "./Webhook";
2export interface Webhooks {
3 Webhooks: Webhook[];
4}