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

@@ -5,4 +5,5 @@ export type CreateSelfServiceCitizenRunner = {
lastname: string;
phone?: string;
address?: any;
created_via?: string;
};