LearningPathTopicSlice: {
    _cache_learningPathTopic_record: Record<string, LearningPathTopicCache>;
    clearLearningPathTopicCache: (() => void);
    getLearningPathTopic: LearningPathTopicReturn;
}

Type declaration

Generated using TypeDoc