import type { WebhookUpdate } from "./WebhookUpdate"; export type WrappedWebhookUpdate = { item: WebhookUpdate; };