Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Database.Group.Get
IGroup
Interface IGroup<T>
interface
IGroup
<
T
=
[
]
>
{
id
:
string
;
name
:
TGroupGetName
extends
T
?
string
:
never
;
organization
:
TGroupGetOrganization
extends
T
?
string
:
never
;
projects
?:
TGroupGetProjects
extends
T
?
string
[]
:
never
[]
;
usermodels
?:
TGroupGetUserModels
extends
T
?
string
[]
:
never
[]
;
users
:
TGroupGetUsers
extends
T
?
string
[]
:
never
[]
;
workspaces
?:
TGroupGetWorkspaces
extends
T
?
string
[]
:
never
[]
;
}
Type Parameters
T
=
[
]
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
Optional
projects
projects
?:
TGroupGetProjects
extends
T
?
string
[]
:
never
[]
Optional
usermodels
usermodels
?:
TGroupGetUserModels
extends
T
?
string
[]
:
never
[]
users
users
:
TGroupGetUsers
extends
T
?
string
[]
:
never
[]
Optional
workspaces
workspaces
?:
TGroupGetWorkspaces
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...