Documentation
Preparing search index...
@kehto/services
CountResult
Interface CountResult
interface
CountResult
{
approximate
?:
boolean
;
count
?:
number
;
error
?:
string
;
hll
?:
string
;
ok
:
boolean
;
reason
?:
string
;
relays
?:
readonly
string
[]
;
}
Index
Properties
approximate?
count?
error?
hll?
ok
reason?
relays?
Properties
Optional
Readonly
approximate
approximate
?:
boolean
Optional
Readonly
count
count
?:
number
Optional
Readonly
error
error
?:
string
Optional
Readonly
hll
hll
?:
string
Readonly
ok
ok
:
boolean
Optional
Readonly
reason
reason
?:
string
Optional
Readonly
relays
relays
?:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approximate
count
error
hll
ok
reason
relays
Documentation
Loading...