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

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