feat: centralize constructeur link synchronization

This commit is contained in:
Matthieu
2025-10-30 11:32:34 +01:00
parent fe471b9e81
commit d05b91d7cd
6 changed files with 713 additions and 89 deletions

View File

@@ -0,0 +1,6 @@
export type ConstructeurSummary = {
id: string;
name: string | null;
email: string | null;
phone: string | null;
};