UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

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