Generated new dtos for the app
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
<ion-button
|
||||
fill="clear"
|
||||
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 ⭢
|
||||
</ion-button>
|
||||
</div>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user