jeeves-meta-monorepo
GitHub
Preparing search index...
service/src
WatcherScanRequest
Interface WatcherScanRequest
Request shape for watcher scan queries.
interface
WatcherScanRequest
{
countOnly
?:
boolean
;
cursor
?:
string
;
fields
?:
string
[]
;
filter
:
Record
<
string
,
unknown
>
;
limit
?:
number
;
}
Index
Properties
count
Only?
cursor?
fields?
filter
limit?
Properties
Optional
count
Only
countOnly
?:
boolean
Optional
cursor
cursor
?:
string
Optional
fields
fields
?:
string
[]
filter
filter
:
Record
<
string
,
unknown
>
Optional
limit
limit
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
Only
cursor
fields
filter
limit
GitHub
jeeves-meta-monorepo
Loading...
Request shape for watcher scan queries.