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
@@ -10,6 +10,6 @@
export interface UserProofRequest {
proof?: string | null;
proof?: Blob | null;
}