Tanatloc documentation
Preparing search index...
API.UserModel
default
Variable default
Const
default
:
{
add
:
(
userModel
:
{
model
:
IModel
;
template
:
string
}
,
)
=>
Promise
<
IFrontNewUserModel
>
;
del
:
(
userModel
:
{
id
:
string
}
)
=>
Promise
<
void
>
;
update
:
(
userModel
:
{
id
:
string
}
,
data
:
any
[]
)
=>
Promise
<
void
>
;
}
= ...
Type declaration
add
:
(
userModel
:
{
model
:
IModel
;
template
:
string
}
)
=>
Promise
<
IFrontNewUserModel
>
del
:
(
userModel
:
{
id
:
string
}
)
=>
Promise
<
void
>
update
:
(
userModel
:
{
id
:
string
}
,
data
:
any
[]
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...