Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
GetNodeDeatailsAPIResponse
Interface GetNodeDeatailsAPIResponse
Represents the backend response for user node detail.
interface
GetNodeDeatailsAPIResponse
{
node_details
:
Record
<
string
,
any
>
[]
;
nodes
:
string
[]
;
total
:
number
;
}
Index
Properties
node_
details
nodes
total
Properties
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
node_
details
nodes
total
@espressif/rainmaker-base-sdk
Loading...
Represents the backend response for user node detail.