Interface PhotosOwnerCoverUploadResponse

interface PhotosOwnerCoverUploadResponse {
    hash: string;
    photo: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

hash: string

Uploading hash

photo: string

Uploaded photo data

Generated using TypeDoc