Skip to content

Commit 7a9d3b6

Browse files
committed
adds id field to ChallangeData interface
1 parent c9df0b3 commit 7a9d3b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typing.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ interface TipData {
66
list?: string[];
77
}
88
interface ChallengeData {
9+
id: string;
910
title: string;
1011
description: string;
1112
difficultyLevel: number;

0 commit comments

Comments
 (0)