linXiv frontend (TS/JS)
Preparing search index...
types/generated
ProjectUpdateBody
Type Alias ProjectUpdateBody
type
ProjectUpdateBody
=
{
color_hex
?:
string
|
null
;
description
?:
string
|
null
;
name
?:
string
|
null
;
project_tags
?:
string
[]
|
null
;
status
?:
string
|
null
;
}
Index
Properties
color_
hex?
description?
name?
project_
tags?
status?
Properties
Optional
color_
hex
color_hex
?:
string
|
null
Optional
description
description
?:
string
|
null
Optional
name
name
?:
string
|
null
Optional
project_
tags
project_tags
?:
string
[]
|
null
Optional
status
status
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color_
hex
description
name
project_
tags
status
linXiv frontend (TS/JS)
Loading...