UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

9 lines (8 loc) 211 B
import { ExerciseType } from '../exercise-type'; import { Word } from './word'; export declare class WordCloudExercise { type: ExerciseType; pronunciations: Array<{ words: Array<Word>; }>; }