Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Lib.Interface
IGroupWithData
Interface IGroupWithData<T>
interface
IGroupWithData
<
T
=
[
]
>
{
id
:
string
;
name
:
TGroupGetName
extends
T
?
string
:
never
;
organization
:
TGroupGetOrganization
extends
T
?
string
:
never
;
projects
:
"projects"
[]
extends
T
?
Pick
<
IProjectWithData
,
"id"
|
"title"
>
[]
:
never
[]
;
usermodels
:
"usermodels"
[]
extends
T
?
Pick
<
IUserModelWithData
,
"id"
|
"model"
>
[]
:
never
[]
;
users
:
"users"
[]
extends
T
?
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
:
never
[]
;
workspaces
:
"workspaces"
[]
extends
T
?
any
[]
:
never
[]
;
}
Type Parameters
T
=
[
]
Hierarchy (
View Summary
)
Omit
<
IGroupGet
<
T
>
,
"users"
|
"workspaces"
|
"projects"
|
"usermodels"
>
IGroupWithData
IFrontGroupsItem
Index
Properties
id
name
organization
projects
usermodels
users
workspaces
Properties
id
id
:
string
name
name
:
TGroupGetName
extends
T
?
string
:
never
organization
organization
:
TGroupGetOrganization
extends
T
?
string
:
never
projects
projects
:
"projects"
[]
extends
T
?
Pick
<
IProjectWithData
,
"id"
|
"title"
>
[]
:
never
[]
usermodels
usermodels
:
"usermodels"
[]
extends
T
?
Pick
<
IUserModelWithData
,
"id"
|
"model"
>
[]
:
never
[]
users
users
:
"users"
[]
extends
T
?
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
:
never
[]
workspaces
workspaces
:
"workspaces"
[]
extends
T
?
any
[]
:
never
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
organization
projects
usermodels
users
workspaces
Tanatloc documentation
Loading...