UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

12 lines (10 loc) 294 B
import { ExerciseResult } from '../../../entities'; export interface CreateAttemptDtoV1 { attemptId?: string; exerciseResult: ExerciseResult; exerciseId?: string; audioKey?: string; timeout?: boolean; duration?: number; metadata?: { [key: string]: string | boolean | number }; }