Type alias TeacherLpLeAlgorithm

TeacherLpLeAlgorithm: {
    algorithm_id?: number;
    short_name: string;
    topic_id: number;
}

Type declaration

  • Optional algorithm_id?: number
  • short_name: string
  • topic_id: number

Generated using TypeDoc