Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/challenges' into feat/challenges…
Browse files Browse the repository at this point in the history
…-question-specific-validation
  • Loading branch information
BoonHianLim committed Mar 14, 2024
2 parents 1abb379 + f9bac61 commit cfdda49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/challenges/src/model/response.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export interface GeneralResp {
status: number;
message: string;
data?: any;
}

0 comments on commit cfdda49

Please sign in to comment.