LearningElementSolutionSlice: {
    _learningElementSolution: Record<string, LearningElementSolution>;
    getLearningElementSolution: LearningElementSolutionReturn;
    setLearningElementSolution?: ((learningElementLmsId, solutionLmsId) => Promise<LearningElementSolution>);
}

Type declaration

Generated using TypeDoc