Interface SharedResourceJSON

interface SharedResourceJSON {
    base64: string;
    name?: string;
    type?: string;
}

Properties

Properties

base64: string

A base64 encoded string of the data.

name?: string

The name of the resource. This is optional but if provided then resource looks will use this as a cache key.

type?: string

A mimetype for the data