Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
GetGroupsAPIResponse
Interface GetGroupsAPIResponse
Represents the backend response for user groups.
interface
GetGroupsAPIResponse
{
groups
:
Record
<
string
,
any
>
[]
;
next_id
:
string
;
total
:
string
;
}
Index
Properties
groups
next_
id
total
Properties
groups
groups
:
Record
<
string
,
any
>
[]
next_
id
next_id
:
string
total
total
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
groups
next_
id
total
@espressif/rainmaker-base-sdk
Loading...
Represents the backend response for user groups.