バグ修正
This commit is contained in:
parent
bc4d89af3a
commit
5d9d5b6819
|
|
@ -178,6 +178,7 @@ export type Note = {
|
||||||
id: ID;
|
id: ID;
|
||||||
createdAt: DateString;
|
createdAt: DateString;
|
||||||
updatedAt?: DateString | null;
|
updatedAt?: DateString | null;
|
||||||
|
noteEditHistory: string[];
|
||||||
text: string | null;
|
text: string | null;
|
||||||
cw: string | null;
|
cw: string | null;
|
||||||
user: User;
|
user: User;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue