Tanatloc documentation
Preparing search index...
Lib.Link
default
Variable default
Const
default
:
{
add
:
(
link
:
{
email
:
string
;
type
:
string
;
userid
?:
string
}
,
)
=>
Promise
<
INewLink
>
;
del
:
(
link
:
{
id
:
string
}
)
=>
Promise
<
void
>
;
get
:
<
T
extends
TLinkGet
>
(
id
:
string
,
data
:
T
,
)
=>
Promise
<
undefined
|
ILink
<
T
>
>
;
process
:
(
id
:
string
,
data
?:
{
email
:
string
;
password
:
string
}
,
)
=>
Promise
<
void
>
;
}
= ...
Type declaration
add
:
(
link
:
{
email
:
string
;
type
:
string
;
userid
?:
string
}
)
=>
Promise
<
INewLink
>
del
:
(
link
:
{
id
:
string
}
)
=>
Promise
<
void
>
get
:
<
T
extends
TLinkGet
>
(
id
:
string
,
data
:
T
)
=>
Promise
<
undefined
|
ILink
<
T
>
>
process
:
(
id
:
string
,
data
?:
{
email
:
string
;
password
:
string
}
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...