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