mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-29 16:09:50 +00:00
@ -16,6 +16,8 @@ export interface PostHeader {
|
||||
date: Date
|
||||
url?: string
|
||||
tags?: string[]
|
||||
modifiedDate?: Date
|
||||
short?: string
|
||||
}
|
||||
|
||||
export default class Post implements PostInterface {
|
||||
|
Reference in New Issue
Block a user