interface SpaceWatch {
    labelName?: string;
    prefix?: string;
    spaceKey?: string;
    type: string;
    watcher: WatchUser;
}

Hierarchy

  • Record<string, unknown>
    • SpaceWatch

Properties

labelName?: string
prefix?: string
spaceKey?: string
type: string
watcher: WatchUser

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