StudentLpLeAlgorithmSlice: {
    _cache_StudentLpLeAlgorithm_record: Record<string, StudentLpLeAlgorithmCache>;
    getStudentLpLeAlgorithm: StudentLpLeAlgorithmReturn;
    setStudentLpLeAlgorithm: ((userId?, topicId?, algorithmName?) => void);
}

Type declaration

  • _cache_StudentLpLeAlgorithm_record: Record<string, StudentLpLeAlgorithmCache>
  • getStudentLpLeAlgorithm: StudentLpLeAlgorithmReturn
  • setStudentLpLeAlgorithm: ((userId?, topicId?, algorithmName?) => void)
      • (userId?, topicId?, algorithmName?): void
      • Parameters

        • Optional userId: number
        • Optional topicId: number
        • Optional algorithmName: string

        Returns void

Generated using TypeDoc