UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

7 lines (6 loc) 109 B
export interface StreamProducer { read(): Promise<{ done: boolean; value: any; }>; }