Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Organizations
IProps
Interface IProps
Props
interface
IProps
{
organizations
:
IFrontOrganizations
;
swr
:
{
addOneOrganization
:
(
organization
:
IFrontNewOrganization
,
)
=>
Promise
<
void
>
;
delOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
loadingOrganizations
:
boolean
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
;
user
:
Pick
<
IFrontUser
,
"id"
>
;
}
Index
Properties
organizations
swr
user
Properties
organizations
organizations
:
IFrontOrganizations
swr
swr
:
{
addOneOrganization
:
(
organization
:
IFrontNewOrganization
,
)
=>
Promise
<
void
>
;
delOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
loadingOrganizations
:
boolean
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
user
user
:
Pick
<
IFrontUser
,
"id"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
organizations
swr
user
Tanatloc documentation
Loading...
Props