linXiv frontend (TS/JS)
Preparing search index...
types/generated
AuthorUpdateBody
Type Alias AuthorUpdateBody
type
AuthorUpdateBody
=
{
first_name
?:
string
|
null
;
full_name
?:
string
|
null
;
last_name
?:
string
|
null
;
orcid
?:
string
|
null
;
}
Index
Properties
first_
name?
full_
name?
last_
name?
orcid?
Properties
Optional
first_
name
first_name
?:
string
|
null
Optional
full_
name
full_name
?:
string
|
null
Optional
last_
name
last_name
?:
string
|
null
Optional
orcid
orcid
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
first_
name
full_
name
last_
name
orcid
linXiv frontend (TS/JS)
Loading...