@espressif/rainmaker-base-cdf
    Preparing search index...

    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: Record<string, any>[]
    nodes: string[]
    total: number