UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

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