Tanatloc documentation
Preparing search index...
Components.Account
IProps
Interface IProps
Props
interface
IProps
{
swr
:
{
clearUser
:
()
=>
Promise
<
void
>
;
mutateUser
:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
;
}
;
user
:
Pick
<
IFrontUser
,
"lastname"
|
"firstname"
|
"email"
|
"avatar"
>
;
}
Index
Properties
swr
user
Properties
swr
swr
:
{
clearUser
:
()
=>
Promise
<
void
>
;
mutateUser
:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
;
}
user
user
:
Pick
<
IFrontUser
,
"lastname"
|
"firstname"
|
"email"
|
"avatar"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
swr
user
Tanatloc documentation
Loading...
Props