Type Alias RawUsernotesBlob<T>

RawUsernotesBlob: string & { _contents?: T }

A zlib-compressed, base64-encoded representation of an object. Retrieve the data by using decompressBlob.

Type Parameters

  • T