interface GetWatchersForSpace {
    limit?: string;
    spaceKey: string;
    start?: string;
}

Properties

limit?: string

The limit of the number of items to return, this may be restricted by fixed system limits.

spaceKey: string

The key of the space to get watchers.

start?: string

The start point of the collection to return.

Generated using TypeDoc v0.25.12