feat: centralize constructeur link synchronization
This commit is contained in:
6
src/shared/types/constructeur-summary.type.ts
Normal file
6
src/shared/types/constructeur-summary.type.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type ConstructeurSummary = {
|
||||
id: string;
|
||||
name: string | null;
|
||||
email: string | null;
|
||||
phone: string | null;
|
||||
};
|
||||
Reference in New Issue
Block a user