chore: 1.2.2

This commit is contained in:
2025-04-08 21:10:08 +02:00
parent cdddf5c2b4
commit fb04bb8dc2
9 changed files with 9 additions and 2 deletions

View File

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