FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Move Jsonable types into core-interfaces

Open vladsud opened this issue 10 months ago • 0 comments

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.

vladsud avatar May 02 '24 14:05 vladsud