@misalon/common 1.0.17 → 1.0.18
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,12 @@ export interface AppointmentCreatedEvent {
|
|
11
11
|
duration: number;
|
12
12
|
category: ServiceCategory;
|
13
13
|
};
|
14
|
-
|
14
|
+
user: {
|
15
|
+
id: string;
|
16
|
+
firstName: string;
|
17
|
+
lastName: string;
|
18
|
+
email: string;
|
19
|
+
};
|
15
20
|
date: string;
|
16
21
|
time: string;
|
17
22
|
status: string;
|