/** * Drift detection between the bridge's `WhatsAppEvent` union (the runtime * contract) and our adapter's `KNOWN_BRIDGE_EVENT_TYPES` (the set of types * we explicitly handle). * * When the bridge ships a new event variant or removes an existing one, this * test fails with a precise diff — long before the missing handler shows up * as a silently-dropped event in production. Pair with * `bun run revalidate` so any bridge bump that changes the event surface is * caught before merge. */ export {}; //# sourceMappingURL=dts-drift.test.d.ts.map