Type alias RawUsernotesBlob<T>

RawUsernotesBlob<T>: string & {
    _contents?: T;
}

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

Type Parameters

  • T

Type declaration

  • Optional _contents?: T

Generated using TypeDoc