/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { WatchUserAsResponse } from "../definitions/WatchUserAsResponse"; export interface WatchAsResponse { type: string; watcher: WatchUserAsResponse; contentId: number; } //# sourceMappingURL=WatchAsResponse.d.ts.map