update Comment type

This commit is contained in:
Vyrtsev Mikhail
2019-10-27 23:22:57 +03:00
parent eb67ba85d1
commit 4f3400e594
+1
View File
@@ -44,6 +44,7 @@ export interface Comment {
locator: Locator;
/** comment score, read only */
score: number;
voted_ips: { Timestamp: string; Value: boolean }[];
/**
* vote delta,
* if user hasn't voted delta will be 0,