UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

6 lines (5 loc) 143 B
export interface PromptDto { prompt: string; confusion?: string | string[][]; metadata?: { [key: string]: string | number | boolean }; }