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

    Interface ESPCDFGroupSharingUserInfoInterface

    Interface representing a group sharing user information.

    interface ESPCDFGroupSharingUserInfoInterface {
        metadata?: Record<string, any>;
        username: string;
    }
    Index

    Properties

    Properties

    metadata?: Record<string, any>
    username: string