Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
ESPGroupSharingResponse
Interface ESPGroupSharingResponse
Represents the processed paginated response for user group sharing requests/invitations.
interface
ESPGroupSharingResponse
{
fetchNext
?:
()
=>
Promise
<
ESPGroupSharingResponse
>
;
hasNext
:
boolean
;
sharedRequests
:
ESPGroupSharingRequest
[]
;
}
Index
Properties
fetch
Next?
has
Next
shared
Requests
Properties
Optional
fetch
Next
fetchNext
?:
()
=>
Promise
<
ESPGroupSharingResponse
>
has
Next
hasNext
:
boolean
shared
Requests
sharedRequests
:
ESPGroupSharingRequest
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Next
has
Next
shared
Requests
@espressif/rainmaker-base-sdk
Loading...
Represents the processed paginated response for user group sharing requests/invitations.