UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

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