UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

13 lines (12 loc) 320 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; }; }