aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ts')
-rw-r--r--src/ts/types/comments.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ts/types/comments.ts b/src/ts/types/comments.ts
index d5c0052..75e7d23 100644
--- a/src/ts/types/comments.ts
+++ b/src/ts/types/comments.ts
@@ -20,6 +20,7 @@ export type Comment = {
date: string;
id: string;
parentDatabaseId: number;
+ parentId: string | null;
replies: Comment[];
};