Generated new dtos for the app

This commit is contained in:
2026-03-29 19:53:00 +01:00
parent d5716b69a8
commit dc4c751210
4 changed files with 4 additions and 4 deletions
@@ -14,5 +14,6 @@ export interface GetRandomChallengeDto {
libelle?: string | null;
duration?: number;
isAlreadyPast?: boolean;
generatedAt?: string | null;
}
@@ -10,6 +10,6 @@
export interface RandomChallengeProofRequest {
proof?: string | null;
proof?: Blob | null;
}
@@ -10,6 +10,6 @@
export interface UserProofRequest {
proof?: string | null;
proof?: Blob | null;
}