Finished blogs
This commit is contained in:
parent
42c4281276
commit
af69ba98ba
18 changed files with 311 additions and 19 deletions
7
src/types/Blog.ts
Normal file
7
src/types/Blog.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default interface Blog {
|
||||
title: string,
|
||||
date: Date
|
||||
image: string,
|
||||
mdfile: string,
|
||||
private: boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue