Interface PhotosSaveOwnerCoverPhotoResponse

interface PhotosSaveOwnerCoverPhotoResponse {
    images: BaseImage[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

images: BaseImage[]

Generated using TypeDoc