diff --git a/frontend/app/common/types.ts b/frontend/app/common/types.ts index 66f181e6..e55684a7 100644 --- a/frontend/app/common/types.ts +++ b/frontend/app/common/types.ts @@ -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,