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