UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

8 lines (7 loc) 162 B
export interface PromptDto { prompt: string; confusion?: string | string[][]; metadata?: { [key: string]: string | number | boolean; }; }