Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
API.Interface
IFrontMutateWorkspacesItem
Interface IFrontMutateWorkspacesItem
interface
IFrontMutateWorkspacesItem
{
archivedprojects
?:
never
[]
;
groups
?:
Pick
<
IGroupWithData
<
"name"
[]
>
,
"id"
|
"name"
>
[]
;
id
:
string
;
name
?:
string
;
owners
?:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
;
projects
?:
string
[]
;
users
?:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
;
}
Hierarchy
Partial
<
IFrontWorkspacesItem
>
IFrontMutateWorkspacesItem
Index
Properties
archivedprojects?
groups?
id
name?
owners?
projects?
users?
Properties
Optional
archivedprojects
archivedprojects
?:
never
[]
Optional
groups
groups
?:
Pick
<
IGroupWithData
<
"name"
[]
>
,
"id"
|
"name"
>
[]
id
id
:
string
Optional
name
name
?:
string
Optional
owners
owners
?:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
Optional
projects
projects
?:
string
[]
Optional
users
users
?:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archivedprojects
groups
id
name
owners
projects
users
Tanatloc documentation
Loading...