Utility type wrap, useful if you have a concrete interface of TSerializable properties. Use this to declare that your interface is Fuse Serializable.
e.g.
interface MyInterface {...} type TMyInterface = FuseSerializable<MyInterface>; Copy
interface MyInterface {...} type TMyInterface = FuseSerializable<MyInterface>;
Utility type wrap, useful if you have a concrete interface of TSerializable properties. Use this to declare that your interface is Fuse Serializable.
e.g.