enhance: 編集されたノートかどうか分かるように

This commit is contained in:
syuilo
2023-09-28 21:06:14 +09:00
parent c106db89e1
commit 2438c047a7
12 changed files with 34 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ export type GalleryPost = {
export type Note = {
id: ID;
createdAt: DateString;
updatedAt?: DateString | null;
text: string | null;
cw: string | null;
user: User;