Type Definitions
Array
# UseCurrentAdminResponse
Result of the useCurrentAdmin.
It is a tuple containing value and the setter
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
0 |
CurrentAdmin
|
null
|
<optional> |
current admin |
1 |
React.Dispatch.<React.SetStateAction.<CurrentAdmin>>
|
<optional> |
value setter compatible with react useState |