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

    Interface ESPNodeSharingRequestInterface

    Represents the node sharing request.

    interface ESPNodeSharingRequestInterface {
        id: string;
        metadata: Record<string, any>;
        newRole: string;
        nodeIDs: string[];
        primaryUsername: string;
        status: string;
        timestamp: number;
        transfer: boolean;
        username: string;
    }

    Implemented by

    Index

    Properties

    id: string
    metadata: Record<string, any>
    newRole: string
    nodeIDs: string[]
    primaryUsername: string
    status: string
    timestamp: number
    transfer: boolean
    username: string