fleshed out publish date

This commit is contained in:
2025-07-17 21:21:33 -04:00
parent bc8e093651
commit 7f04dabf92
6 changed files with 17 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ export type Post = {
title: string;
body: string;
created_at: string;
publish_date: string;
};
export type Author = {