Preview:```ts
type conditionalParams = {
/**
- run a callback fn while streaming data
/
onStream: (chunkValue: string) => void
/* - run a callback fn when streaming is done
*/
onStreamFinished: (chunkValue: string) => void
}
interface Re
...```
You can choose specific lines to embed by selecting them before copying the link.