import type { Webhook } from "./Webhook"; export type WrappedWebhook = { item: Webhook; };