aboutsummaryrefslogtreecommitdiff
path: root/src/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.d.ts')
-rw-r--r--src/types.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.d.ts b/src/types.d.ts
index c9eaec5..31c2c74 100644
--- a/src/types.d.ts
+++ b/src/types.d.ts
@@ -9,6 +9,7 @@ interface ImageData {
}
export interface Poll {
+ _id: string;
author: {
name: string;
avatarUrl: string;