enhance: 編集されたノートかどうか分かるように
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user