Skip to main content

SerializedIdCompressorWithNoSession 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 SerializedIdCompressorWithNoSession = SerializedIdCompressor & {
readonly _noLocalState: "3aa2e1e8-cc28-4ea7-bc1a-a11dc3f26dfb";
};