TeacherLpLeAlgorithmSlice: {
    _cache_TeacherLpLeAlgorithm_record: Record<string, TeacherLpLeAlgorithmCache>;
    getTeacherLpLeAlgorithm: TeacherLpLeAlgorithmReturn;
    setTeacherLpLeAlgorithm: ((topicId?, algorithmName?) => void);
}

Type declaration

  • _cache_TeacherLpLeAlgorithm_record: Record<string, TeacherLpLeAlgorithmCache>
  • getTeacherLpLeAlgorithm: TeacherLpLeAlgorithmReturn
  • setTeacherLpLeAlgorithm: ((topicId?, algorithmName?) => void)
      • (topicId?, algorithmName?): void
      • Parameters

        • Optional topicId: number
        • Optional algorithmName: string

        Returns void

Generated using TypeDoc