import type { EventsEnum } from './EventsEnum'; /** * Payload for PATCH /watched-groups/{wg_pk}/watchers/{pk}/ — events only. */ export type WatcherUpdate = { events: Array; };