Type alias LocalNavItemProps
LocalNavItemProps: { courseId?: string; isProgressLoading?: boolean; topic?: Topic; topicId?: string; topicProgress?: number[]; }
Type declaration
-
Optional
courseId?: string
-
Optional
isProgressLoading?: boolean
-
Optional
topic?: Topic
-
Optional
topicId?: string
-
Optional
topicProgress?: number[]