Interface AppsImageUploadResponse

interface AppsImageUploadResponse {
    hash: string;
    image: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

hash: string

Uploading hash

image: string

Uploaded photo data

Generated using TypeDoc