Interface ListMediaResponse

interface ListMediaResponse {
    images: LocalImageView[];
}

Properties

Properties

images: LocalImageView[]