React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
app/api/posts/route
Post
Interface Post
interface
Post
{
id
:
number
;
title
:
string
;
body
:
string
;
timestamp
:
string
;
}
Index
Properties
id
title
body
timestamp
Properties
id
id
:
number
title
title
:
string
body
body
:
string
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
title
body
timestamp
GitHub
React Design Patterns Documentation - v0.0.3
Loading...