@ckir/corelib - v0.1.13
Preparing search index...
DatabaseResult
Type Alias DatabaseResult<T>
DatabaseResult
:
|
{
details
?:
any
;
status
:
"success"
;
value
:
T
}
|
{
reason
:
ErrorObject
|
{
message
:
string
;
[
key
:
string
]:
any
}
;
status
:
"error"
;
}
The standard Result pattern used across the database module.
Type Parameters
T
=
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ckir/corelib - v0.1.13
Loading...
The standard Result pattern used across the database module.