@conciergus/chat - v0.3.1
Preparing search index...
index
AsyncResult
Type Alias AsyncResult<T, E>
Async operation result
type
AsyncResult
<
T
,
E
=
Error
>
=
{
success
:
boolean
;
data
?:
T
;
error
?:
E
;
duration
:
number
;
timestamp
:
Date
;
}
Type Parameters
T
E
=
Error
Index
Properties
success
data?
error?
duration
timestamp
Properties
success
success
:
boolean
Optional
data
data
?:
T
Optional
error
error
?:
E
duration
duration
:
number
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
success
data
error
duration
timestamp
@conciergus/chat - v0.3.1
Loading...
Async operation result