We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0539e commit 37491d2Copy full SHA for 37491d2
src/models/challenge.ts
@@ -3,7 +3,7 @@ export interface BaseChallenge {
3
name: string;
4
description: string;
5
category: string;
6
- tags: string;
+ tags: Array<string>;
7
visible: boolean;
8
}
9
0 commit comments