Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
ExportConfig
Variable ExportConfig
ExportConfig
:
{
create
(
base
?:
{
channel
?:
string
;
name
?:
string
}
)
:
ExportConfig
;
decode
(
input
:
Uint8Array
|
Reader
,
length
?:
number
)
:
ExportConfig
;
encode
(
message
:
ExportConfig
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
ExportConfig
;
fromPartial
(
object
:
{
channel
?:
string
;
name
?:
string
}
)
:
ExportConfig
;
toJSON
(
message
:
ExportConfig
)
:
unknown
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...