Interface StreamingGetStemParams

interface StreamingGetStemParams {
    word: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

word: string

Generated using TypeDoc