UNPKG

echogarden

Version:

An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.

7 lines (6 loc) 200 B
export declare function getOptionTypeFromSchema(path: string[], schema: any): SchemaTypeDefinition; export type SchemaTypeDefinition = { type?: string; enum?: any[]; isUnion?: boolean; };