UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

8 lines (7 loc) 159 B
export interface SetExerciseIdDto { exerciseId: string; configId?: string; metadata?: { [key: string]: string | number | boolean; }; }