We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f28a6b commit 72792cfCopy full SHA for 72792cf
src/07-arrays.problem.ts
@@ -3,7 +3,7 @@ interface User {
3
firstName: string;
4
lastName: string;
5
role: "admin" | "user" | "super-admin";
6
- posts: Post;
+ posts: Array<Post>;
7
}
8
9
interface Post {
0 commit comments