diff --git a/src/utils/Interfaces.ts b/src/utils/Interfaces.ts index 222aba39..0dd921d0 100644 --- a/src/utils/Interfaces.ts +++ b/src/utils/Interfaces.ts @@ -442,8 +442,8 @@ export interface FacilitatorDrawerProps { drawerState: { bottom: boolean }; } export interface CoursePlannerCardsProps { - title: string; - subtitle: string; + resources: any; + } export interface scheduleEventParam {