MediaImage: {
    altTag?: EncryptableString;
    attributes?: MetadataAttribute[];
    item: EncryptableURI;
    license?: MetadataLicenseType;
    type: MediaImageMimeType;
}

Type declaration