DefaultLearningPathSlice: {
    _defaultLearningPath: Record<string, DefaultLearningPathCache>;
    clearDefaultLearningPathCache: (() => void);
    getDefaultLearningPath: ((userId, lmsUserId) => Promise<DefaultLearningPathResponse[]>);
}

Type declaration

Generated using TypeDoc