Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
DBResponse
Interface DBResponse
interface
DBResponse
{
data
?:
{
[
key
:
string
]:
any
}
;
entities
?:
RichStructList
;
entityList
?:
EntityList
;
error
?:
string
;
list
?:
any
[]
;
nextCursor
?:
string
;
opId
:
bigint
;
}
Index
Properties
data?
entities?
entity
List?
error?
list?
next
Cursor?
op
Id
Properties
Optional
data
data
?:
{
[
key
:
string
]:
any
}
Optional
entities
entities
?:
RichStructList
Optional
entity
List
entityList
?:
EntityList
Optional
error
error
?:
string
Optional
list
list
?:
any
[]
Optional
next
Cursor
nextCursor
?:
string
op
Id
opId
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
entities
entity
List
error
list
next
Cursor
op
Id
@sentio/sdk
Loading...