Type of event that triggered the webhook.
import { WebhookEventTypeEnum } from "shippo/models/components";
let value: WebhookEventTypeEnum = "batch_created";
"transaction_created" | "transaction_updated" | "track_updated" | "batch_created" | "batch_purchased" | "all"