linXiv frontend (TS/JS)
Preparing search index...
types/generated
NoteCreateBody
Type Alias NoteCreateBody
type
NoteCreateBody
=
{
content
?:
string
;
paper_id
?:
number
|
null
;
project_id
?:
number
|
null
;
source_id
:
string
;
title
?:
string
;
}
Index
Properties
content?
paper_
id?
project_
id?
source_
id
title?
Properties
Optional
content
content
?:
string
Optional
paper_
id
paper_id
?:
number
|
null
Optional
project_
id
project_id
?:
number
|
null
source_
id
source_id
:
string
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
paper_
id
project_
id
source_
id
title
linXiv frontend (TS/JS)
Loading...