import type { WebhookCreate } from "./WebhookCreate"; export type WrappedWebhookCreate = { item: WebhookCreate; };