(challengeId: string)
| 16 | updateChallengeSolves(id: string, solves: number): Promise<void>; |
| 17 | |
| 18 | getHintsByChallenge(challengeId: string): Promise<Hint[]>; |
| 19 | createHint(hint: InsertHint): Promise<Hint>; |
| 20 | |
| 21 | createSubmission(submission: InsertSubmission): Promise<Submission>; |
no outgoing calls
no test coverage detected