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