React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
app/api/news/route
NewsArticle
Interface NewsArticle
interface
NewsArticle
{
id
:
number
;
title
:
string
;
summary
:
string
;
content
:
string
;
author
:
string
;
category
:
string
;
publishedAt
:
string
;
readTime
:
number
;
image
:
string
;
tags
:
string
[]
;
views
:
number
;
likes
:
number
;
}
Index
Properties
id
title
summary
content
author
category
published
At
read
Time
image
tags
views
likes
Properties
id
id
:
number
title
title
:
string
summary
summary
:
string
content
content
:
string
author
author
:
string
category
category
:
string
published
At
publishedAt
:
string
read
Time
readTime
:
number
image
image
:
string
tags
tags
:
string
[]
views
views
:
number
likes
likes
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
title
summary
content
author
category
published
At
read
Time
image
tags
views
likes
GitHub
React Design Patterns Documentation - v0.0.3
Loading...