linXiv frontend (TS/JS)
Preparing search index...
types/generated
SummaryRow
Type Alias SummaryRow
type
SummaryRow
=
{
description
?:
string
;
e2ee
?:
boolean
;
member_count
?:
number
;
name
:
string
;
note_count
:
number
;
paper_count
:
number
;
paused
:
boolean
;
pending
?:
boolean
;
project_fk
?:
number
|
null
;
role
?:
"admin"
|
"co-admin"
|
"editor"
|
"viewer"
;
share_id
:
string
;
synced_at
:
string
|
null
;
tag_count
:
number
;
}
Index
Properties
description?
e2ee?
member_
count?
name
note_
count
paper_
count
paused
pending?
project_
fk?
role?
share_
id
synced_
at
tag_
count
Properties
Optional
description
description
?:
string
Optional
e2ee
e2ee
?:
boolean
Optional
member_
count
member_count
?:
number
name
name
:
string
note_
count
note_count
:
number
paper_
count
paper_count
:
number
paused
paused
:
boolean
Optional
pending
pending
?:
boolean
Optional
project_
fk
project_fk
?:
number
|
null
Optional
role
role
?:
"admin"
|
"co-admin"
|
"editor"
|
"viewer"
share_
id
share_id
:
string
synced_
at
synced_at
:
string
|
null
tag_
count
tag_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
e2ee
member_
count
name
note_
count
paper_
count
paused
pending
project_
fk
role
share_
id
synced_
at
tag_
count
linXiv frontend (TS/JS)
Loading...