fleshed out publish date
This commit is contained in:
@@ -6,6 +6,7 @@ export type Post = {
|
||||
title: string;
|
||||
body: string;
|
||||
created_at: string;
|
||||
publish_date: string;
|
||||
};
|
||||
|
||||
export type Author = {
|
||||
|
Reference in New Issue
Block a user