From dc3c7920055137c3852b862453cbb07a5240982b Mon Sep 17 00:00:00 2001 From: Arif Date: Mon, 26 Aug 2024 16:56:06 +0530 Subject: [PATCH] Issue #0000 chore: resolved build issue --- src/utils/Interfaces.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {