Preparing search index...
The search index is not available
ask-and-trust - v2.4.0
ask-and-trust
frontend/src/types/types
AuthContextProps
Type alias AuthContextProps
Auth
Context
Props
:
{
isLoading
:
boolean
;
logout
:
(
(
)
=>
void
)
;
refetchUser
:
(
(
)
=>
void
)
;
user
:
User
|
null
;
}
Type declaration
is
Loading
:
boolean
logout
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
refetch
User
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
user
:
User
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
ask-and-trust - v2.4.0
Loading...