Skip to content
Snippets Groups Projects
Commit 5763ae70 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: ChallengeName to challengeTemplateDTO

parent dfe2aab0
No related branches found
No related tags found
1 merge request!92Feat/regenerate challenge
......@@ -4,6 +4,7 @@
/* eslint-disable */
export type ChallengeTemplateDTO = {
id?: number;
templateName?: string;
text?: string;
amount?: number;
type?: ChallengeTemplateDTO.type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment