frontend
Preparing search index...
lib/account/account_db_utils
CreationResult
Type Alias CreationResult
CreationResult
:
|
{
academic_id
:
string
;
account_type
:
AccountType
;
id
:
string
;
success
:
true
;
username
:
string
;
}
|
{
error
:
string
;
success
:
false
}
Literal type for holding login results, storing credentials or error logs depending on success.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Literal type for holding login results, storing credentials or error logs depending on success.