UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

10 lines (8 loc) 246 B
import { ExerciseType, LanguageCode } from '../../../entities'; export interface ExerciseDescriptorDtoV1 { id?: string; description: string; languageCode: LanguageCode; type: ExerciseType; customProperties?: Record<string, unknown>; }