Tanatloc documentation
Preparing search index...
Lib.Avatar
default
Variable default
Const
default
:
{
add
:
(
parent
:
{
id
:
string
}
,
type
:
string
,
file
:
{
data
:
string
;
name
:
string
;
uid
:
string
}
,
)
=>
Promise
<
INewAvatar
>
;
archive
:
(
avatar
:
{
id
:
string
}
,
to
:
string
)
=>
Promise
<
void
>
;
del
:
(
parent
:
{
id
:
string
}
,
type
:
string
,
id
:
string
)
=>
Promise
<
void
>
;
get
:
<
T
extends
TAvatarGet
>
(
id
:
string
,
data
:
T
,
)
=>
Promise
<
undefined
|
IAvatar
<
T
>
>
;
read
:
(
id
:
string
)
=>
Promise
<
Buffer
<
ArrayBufferLike
>
>
;
}
= ...
Type declaration
add
:
(
parent
:
{
id
:
string
}
,
type
:
string
,
file
:
{
data
:
string
;
name
:
string
;
uid
:
string
}
,
)
=>
Promise
<
INewAvatar
>
archive
:
(
avatar
:
{
id
:
string
}
,
to
:
string
)
=>
Promise
<
void
>
del
:
(
parent
:
{
id
:
string
}
,
type
:
string
,
id
:
string
)
=>
Promise
<
void
>
get
:
<
T
extends
TAvatarGet
>
(
id
:
string
,
data
:
T
)
=>
Promise
<
undefined
|
IAvatar
<
T
>
>
read
:
(
id
:
string
)
=>
Promise
<
Buffer
<
ArrayBufferLike
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...