UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

8 lines (6 loc) 193 B
import { ExerciseType } from '../exercise-type'; import { Word } from './word'; export class PronunciationExercise { type: ExerciseType = ExerciseType.pronunciation; words: Array<Word>; }