バグ修正

This commit is contained in:
GrapeApple0 2023-09-30 09:57:13 +00:00
parent bc4d89af3a
commit 5d9d5b6819

View file

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