Data TypeAlias
Data which can be serialized by Fluid.
This API is provided as a beta preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
type Data = JsonCompatible<IFluidHandle>;
Remarks
Can be encoded as a Tree using importConcise(schema, data).