Metatell AI Bot - v0.0.10
GitHub
NPM
Preparing search index...
@metatell/bot-core
<internal>
PushResult
Interface PushResult<T>
Result of a channel push operation
interface
PushResult
<
T
=
unknown
>
{
data
?:
T
;
error
?:
string
;
status
:
"error"
|
"timeout"
|
"ok"
;
}
Type Parameters
T
=
unknown
Index
Properties
data?
error?
status
Properties
Optional
data
data
?:
T
Optional
error
error
?:
string
status
status
:
"error"
|
"timeout"
|
"ok"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
error
status
GitHub
NPM
Metatell AI Bot - v0.0.10
Loading...
Result of a channel push operation