chore: 1.2.0

This commit is contained in:
2025-03-28 21:55:41 +01:00
parent ffd92702bb
commit a8045635c6
17 changed files with 545 additions and 49 deletions

View File

@@ -8,5 +8,6 @@ export type ResponseDonor = {
lastname: string;
phone: string;
email: string;
created_via: string;
address?: any;
};