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
@@ -17,8 +17,7 @@
<ion-button <ion-button
fill="clear" fill="clear"
class="m-0 p-0 min-h-0 text-[11px] font-black bg-black text-white rounded-3xl" class="m-0 p-0 min-h-0 text-[11px] font-black bg-black text-white rounded-3xl"
style="--padding-top: 4px; --padding-bottom: 4px;" style="--padding-top: 4px; --padding-bottom: 4px;">
>
Voir ⭢ Voir ⭢
</ion-button> </ion-button>
</div> </div>
@@ -14,5 +14,6 @@ export interface GetRandomChallengeDto {
libelle?: string | null; libelle?: string | null;
duration?: number; duration?: number;
isAlreadyPast?: boolean; isAlreadyPast?: boolean;
generatedAt?: string | null;
} }
@@ -10,6 +10,6 @@
export interface RandomChallengeProofRequest { export interface RandomChallengeProofRequest {
proof?: string | null; proof?: Blob | null;
} }
@@ -10,6 +10,6 @@
export interface UserProofRequest { export interface UserProofRequest {
proof?: string | null; proof?: Blob | null;
} }