Context
In PR #42, we discussed renaming TypeScript type names to better indicate their nullability. The change involves:
- Renaming
FilteredLogEventMapTsType to include "Nullable" in its name for consistency with NullableLogEventIdx
- Making similar changes in the yscope-log-viewer repository where these types are also defined
References
Tasks