interface Watch {
    contentId: string;
    type: string;
    watcher: WatchUser;
}

Properties

contentId: string
type: string
watcher: WatchUser

Generated using TypeDoc v0.25.12