@espressif/rainmaker-base-cdf
    Preparing search index...
    interface ESPCDFGroupSharingRequestOperation {
        accept(): Promise<ESPCDFAPIResponse<any>>;
        decline(): Promise<ESPCDFAPIResponse<any>>;
        remove(): Promise<ESPCDFAPIResponse<any>>;
    }
    Index

    Methods