Preparing search index...
The search index is not available
JakSec Backend - v1.0.0
JakSec Backend
types
DoneFunction
Interface DoneFunction
Interface for the done function.
Export
DoneFunction
(
error
:
null
|
Error
,
user
?:
false
|
User
,
options
?:
{
message
:
string
}
,
)
:
void
Parameters
error
:
null
|
Error
Optional
user
:
false
|
User
Optional
options
:
{
message
:
string
}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
JakSec Backend - v1.0.0
Loading...
Interface for the done function.
Export