This website requires JavaScript.
Explore
Help
Sign In
futureporn
/
fp
Watch
1
Star
0
Fork
You've already forked fp
0
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
09ffd5588c
fp
/
packages
/
next
/
app
/
lib
/
blog.ts
5 lines
83 B
TypeScript
Raw
Blame
History
export
interface
IBlogPost
{
slug
:
string
;
title
:
string
;
id
:
number
;
}
Reference in New Issue
View Git Blame
Copy Permalink