Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
API.Interface
IFrontGroupsItem
Interface IFrontGroupsItem
interface
IFrontGroupsItem
{
id
:
string
;
name
:
string
;
organization
:
never
;
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 (
View Summary
)
IGroupWithData
<
(
"name"
|
"users"
|
"workspaces"
|
"projects"
|
"usermodels"
)
[]
>
IFrontGroupsItem
Index
Properties
id
name
organization
projects
usermodels
users
workspaces
Properties
id
id
:
string
name
name
:
string
organization
organization
:
never
projects
projects
:
Pick
<
IProjectWithData
,
"id"
|
"title"
>
[]
usermodels
usermodels
:
Pick
<
IUserModelWithData
,
"id"
|
"model"
>
[]
users
users
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
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...