UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

5 lines (4 loc) 169 B
export interface StreamProducer { // modeled after StreamProducer (when done is true, value will be undefined) read(): Promise<{ done: boolean; value: any }>; }