Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`Union` was missing in front of `[List[StreamIdT], Tuple[StreamIdT]]` and VSCode was producing an error because of it. After adding `Union` the type annotation is correctly identified by VSCode.
- Loading branch information