FinalCompressedId TypeAlias
A compressed ID that is local to a document. Stable across all revisions of a document starting from the one in which it was created. It should not be persisted outside of the history as it can only be decompressed in the context of the originating document. If external persistence is needed (e.g. by a client), a StableId should be used instead.
Signature
export declare type FinalCompressedId = number & {
readonly FinalCompressedId: '5d83d1e2-98b7-4e4e-a889-54c855cfa73d';
readonly OpNormalized: '9209432d-a959-4df7-b2ad-767ead4dbcae';
};