Skip to content

Commit f331b6a

Browse files
committed
chore: Replace any with number in missedAppointmentsCount type
1 parent 219529a commit f331b6a

File tree

1 file changed

+1
-1
lines changed
  • packages/esm-appointments-app/src/types

1 file changed

+1
-1
lines changed

packages/esm-appointments-app/src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export interface AppointmentPayload {
130130

131131
export interface AppointmentCountMap {
132132
allAppointmentsCount: number;
133-
missedAppointmentsCount;
133+
missedAppointmentsCount: number;
134134
appointmentDate: number;
135135
appointmentServiceUuid: string;
136136
}

0 commit comments

Comments
 (0)