UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

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