feat(client): ts-migrate challenge-templates complete-modal (#42598)

This commit is contained in:
Tom
2021-06-25 10:22:50 -05:00
committed by Mrugesh Mohapatra
parent da461bf09a
commit 6cd8a025a7
10 changed files with 110 additions and 82 deletions

View File

@@ -167,6 +167,7 @@ export type ChallengeNodeType = {
guideUrl: string;
head: string[];
helpCategory: string;
id: string;
instructions: string;
isComingSoon: boolean;
removeComments: boolean;