UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

5 lines (4 loc) 251 B
import { ChoiceExercise } from './choice'; import { PronunciationExercise } from './pronunciation'; import { WordCloudExercise } from './word-cloud'; export declare type ExerciseDefinition = PronunciationExercise | ChoiceExercise | WordCloudExercise;