We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb14d0 commit 3329773Copy full SHA for 3329773
src/app/tweet.ts
@@ -0,0 +1,7 @@
1
+export interface Tweet {
2
+ created_at: string,
3
+ id: number,
4
+ text: string,
5
+ user: string,
6
+ favoriteCount?: number
7
+}
0 commit comments