LearningPathElementStatusCache: {
    promise?: Promise<LearningPathElementStatus[]>;
    value?: LearningPathElementStatus[];
}

Type declaration

Generated using TypeDoc