UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

8 lines (6 loc) 174 B
export interface SetChoiceDto { correctOptions: string[]; incorrectOptions: string[]; metadata?: { [key: string]: string | number | boolean }; multiple?: boolean; }