* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline
(records: T[])
| 6678 | * @param records The records to send to the pipeline |
| 6679 | */ |
| 6680 | send(records: T[]): Promise<void>; |
| 6681 | } |
| 6682 | } |
| 6683 | // PubSubMessage represents an incoming PubSub message. |
nothing calls this directly
no outgoing calls
no test coverage detected