You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there wasn't a small error in the readme, it should probably be :
interface Tweet {
id: string;
likes: number;
text: string;
userId: string;
}
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great work !
I was wondering if there wasn't a small error in the readme, it should probably be :
interface Tweet {
id: string;
likes: number;
text: string;
userId: string;
}
The text was updated successfully, but these errors were encountered: