FluidFramework
FluidFramework copied to clipboard
Move Jsonable types into core-interfaces
Split from https://github.com/microsoft/FluidFramework/pull/20952
Also
- Add unknown as default generics argument - it means "all JSONable types"
- Fix some incorrect usages of Jsonable.
- Make it public. I'll need it to annotate submitSignal payload type, and these APIs are public, so Jsonable has to be public too.