Given the nature of stream data, it is a bit complicated to find a way to type them strictly.
Items in a stream are stored with an additional key-value structure.
A possible implementation could be obtained with a single "hardcoded" key with a serialized value, but this is a huge limitation of the stream capabilities.
Need to think about it
Given the nature of stream data, it is a bit complicated to find a way to type them strictly.
Items in a stream are stored with an additional key-value structure.
A possible implementation could be obtained with a single "hardcoded" key with a serialized value, but this is a huge limitation of the stream capabilities.
Need to think about it