Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Lib.Interface
IGroupGet
Interface IGroupGet<T>
Group
interface
IGroupGet
<
T
=
[
]
>
{
id
:
string
;
name
:
TGroupGetName
extends
T
?
string
:
never
;
organization
:
TGroupGetOrganization
extends
T
?
string
:
never
;
projects
:
"projects"
[]
extends
T
?
string
[]
:
never
[]
;
usermodels
:
"usermodels"
[]
extends
T
?
string
[]
:
never
[]
;
users
:
"users"
[]
extends
T
?
string
[]
:
never
[]
;
workspaces
:
"workspaces"
[]
extends
T
?
string
[]
:
never
[]
;
}
Type Parameters
T
=
[
]
Hierarchy
Omit
<
IGroup
<
T
>
,
"users"
|
"workspaces"
|
"projects"
|
"usermodels"
>
IGroupGet
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
?
string
[]
:
never
[]
usermodels
usermodels
:
"usermodels"
[]
extends
T
?
string
[]
:
never
[]
users
users
:
"users"
[]
extends
T
?
string
[]
:
never
[]
workspaces
workspaces
:
"workspaces"
[]
extends
T
?
string
[]
:
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...
Group