Meldbase TypeScript API
Preparing search index...
@meldbase/client
types
GroupCountResult
Interface GroupCountResult
interface
GroupCountResult
{
capped
:
boolean
;
groups
:
readonly
{
count
:
number
;
key
:
Value
}
[]
;
}
Index
Properties
capped
groups
Properties
Readonly
capped
capped
:
boolean
Readonly
groups
groups
:
readonly
{
count
:
number
;
key
:
Value
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capped
groups
Meldbase TypeScript API
Loading...