| 21 | } |
| 22 | |
| 23 | export interface DagDownstreamOptions extends DagOptions { |
| 24 | block: string |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * Custom error to signal that output has been handled and process should exit. |
nothing calls this directly
no outgoing calls
no test coverage detected