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

    Interface ESPGroupSharingUserInfoInterface

    Interface representing a group sharing user information.

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

    Implemented by

    Index

    Properties

    Properties

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