PublicationMetadataMediaImage: {
    __typename: "PublicationMetadataMediaImage";
    altTag: string | null;
    attributes: {
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    image: EncryptableImageSet;
    license: PublicationMetadataLicenseType | null;
}

Type declaration