interface SpaceWatch {
    contentId?: string;
    spaceKey: string;
    type: string;
    watcher: SpaceWatchUser;
}

Properties

contentId?: string
spaceKey: string
type: string

Generated using TypeDoc v0.25.12