Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
API.Interface
IFrontMutateGroupsItem
Interface IFrontMutateGroupsItem
interface
IFrontMutateGroupsItem
{
id
:
string
;
name
?:
string
;
organization
?:
undefined
;
projects
?:
Pick
<
IProjectWithData
,
"id"
|
"title"
>
[]
;
usermodels
?:
Pick
<
IUserModelWithData
,
"id"
|
"model"
>
[]
;
users
?:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
;
workspaces
?:
any
[]
;
}
Hierarchy
Partial
<
IFrontGroupsItem
>
IFrontMutateGroupsItem
Index
Properties
id
name?
organization?
projects?
usermodels?
users?
workspaces?
Properties
id
id
:
string
Optional
name
name
?:
string
Optional
organization
organization
?:
undefined
Optional
projects
projects
?:
Pick
<
IProjectWithData
,
"id"
|
"title"
>
[]
Optional
usermodels
usermodels
?:
Pick
<
IUserModelWithData
,
"id"
|
"model"
>
[]
Optional
users
users
?:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
Optional
workspaces
workspaces
?:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
organization
projects
usermodels
users
workspaces
Tanatloc documentation
Loading...