UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

8 lines (6 loc) 163 B
export enum ExerciseType { choice = 'choice', pronunciation = 'pronunciation', word_cloud = 'word-cloud', } export const ExerciseTypeName = 'ExerciseType';