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