We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8781ded commit 4df10adCopy full SHA for 4df10ad
src/content/docs/pipelines/sources/worker/javascript-apis.mdx
@@ -40,7 +40,7 @@ A binding which allows a Worker to send messages to a Pipeline.
40
41
```ts
42
interface Pipeline<PipelineRecord> {
43
- send(records: <PipelineRecord>[]): Promise<void>;
+ send(records: PipelineRecord[]): Promise<void>;
44
}
45
```
46
0 commit comments