SerializedIdCompressor
Packages > @fluidframework/id-compressor > SerializedIdCompressor
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 SerializedIdCompressor = string & {
readonly _serializedIdCompressor: "8c73c57c-1cf4-4278-8915-6444cb4f6af5";
};