diff --git a/packages/dx-react-scheduler/src/types/editing/appointment-tooltip.types.ts b/packages/dx-react-scheduler/src/types/editing/appointment-tooltip.types.ts index bbd63492a3..0a4b3feb73 100644 --- a/packages/dx-react-scheduler/src/types/editing/appointment-tooltip.types.ts +++ b/packages/dx-react-scheduler/src/types/editing/appointment-tooltip.types.ts @@ -62,6 +62,8 @@ export namespace AppointmentTooltip { export interface ContentProps { /** The appointment’s displayed metadata. */ appointmentData?: AppointmentModel; + /** The appointment's resource items. */ + appointmentResources: Array; /** A function that formats dates according to the locale. */ formatDate: FormatterFn; /** A component that renders an icon that indicates a recurring appointment. */