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

    Interface GetGroupSharingRequestsAPIResponse

    interface GetGroupSharingRequestsAPIResponse {
        next_request_id?: string;
        next_user_name?: string;
        sharing_requests: Record<string, any>[];
    }
    Index

    Properties

    next_request_id?: string
    next_user_name?: string
    sharing_requests: Record<string, any>[]