Skip to main content

SerializedIdCompressorWithOngoingSession TypeAlias

The serialized contents of an IdCompressor, suitable for persistence in a summary.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/id-compressor/legacy.

For more information about our API support guarantees, see here.

Signature

export type SerializedIdCompressorWithOngoingSession = SerializedIdCompressor & {
readonly _hasLocalState: "1281acae-6d14-47e7-bc92-71c8ee0819cb";
};