Payload TypeAlias
Json compatible representation of a payload storing arbitrary Serializable data.
Keys starting with "IFluid" are reserved for special use such as the JavaScript feature detection pattern and should not be used.
See comparePayloads(a, b) for equality semantics and related details (like what is allowed to be lost when serializing)
TODO:#51984: Allow opting into heuristic blobbing in snapshots with a special IFluid key.
Signature
export declare type Payload = Serializable;