IBlob Interface
Raw blob stored within the tree
Signature
export interface IBlob
Properties
| Property | Type | Description |
|---|---|---|
| contents | string | |
| encoding | "utf-8" | "base64" |
Property Details
contents
Signature
contents: string;
Type: string
encoding
Signature
encoding: "utf-8" | "base64";
Type: "utf-8" | "base64"