interface RemoveSpaceWatch {
    key?: string;
    spaceKey: string;
    username?: string;
}

Properties

key?: string

Userkey of the user to delete the watcher for

spaceKey: string
username?: string

Username of the user to delete the watcher for

Generated using TypeDoc v0.25.12