interface RemoveContentWatcher {
    contentId: string;
    key?: string;
    username?: string;
}

Properties

contentId: string
key?: string

Userkey of the user to delete the watcher for

username?: string

Username of the user to delete the watcher for

Generated using TypeDoc v0.25.12