Preparing search index...
The search index is not available
miniflux-js
miniflux-js
Entry
Interface Entry
interface
Entry
{
author
?:
string
;
category
?:
Category
;
changed_at
?:
string
;
comments_url
?:
string
;
content
?:
string
;
created_at
:
string
;
enclosures
?:
Enclosure
[]
;
feed
?:
Feed
;
feed_id
:
number
;
id
:
number
;
published_at
:
string
;
reading_time
?:
number
;
share_code
?:
string
;
starred
?:
boolean
;
status
:
"unread"
|
"read"
|
"removed"
;
tags
?:
string
[]
;
title
:
string
;
url
:
string
;
user_id
:
number
;
}
Index
Properties
author?
category?
changed_
at?
comments_
url?
content?
created_
at
enclosures?
feed?
feed_
id
id
published_
at
reading_
time?
share_
code?
starred?
status
tags?
title
url
user_
id
Properties
Optional
author
author
?:
string
Optional
category
category
?:
Category
Optional
changed_
at
changed_at
?:
string
Optional
comments_
url
comments_url
?:
string
Optional
content
content
?:
string
created_
at
created_at
:
string
Optional
enclosures
enclosures
?:
Enclosure
[]
Optional
feed
feed
?:
Feed
feed_
id
feed_id
:
number
id
id
:
number
published_
at
published_at
:
string
Optional
reading_
time
reading_time
?:
number
Optional
share_
code
share_code
?:
string
Optional
starred
starred
?:
boolean
status
status
:
"unread"
|
"read"
|
"removed"
Optional
tags
tags
?:
string
[]
title
title
:
string
url
url
:
string
user_
id
user_id
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
category
changed_
at
comments_
url
content
created_
at
enclosures
feed
feed_
id
id
published_
at
reading_
time
share_
code
starred
status
tags
title
url
user_
id
miniflux-js
Loading...