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

Hierarchy

  • Record<string, unknown>
    • Watch

Properties

contentId: number
type: string
watcher: WatchUser

This essentially the same as the User object, but no _links property and no _expandable property (therefore, different required fields).