We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9df0b3 commit 7a9d3b6Copy full SHA for 7a9d3b6
typing.d.ts
@@ -6,6 +6,7 @@ interface TipData {
6
list?: string[];
7
}
8
interface ChallengeData {
9
+ id: string;
10
title: string;
11
description: string;
12
difficultyLevel: number;
0 commit comments