PublicationMetadataMediaAudio: {
    __typename: "PublicationMetadataMediaAudio";
    artist: string | null;
    attributes: {
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[] | null;
    audio: EncryptableAudioSet;
    cover: EncryptableImageSet | null;
    credits: string | null;
    duration: number | null;
    genre: string | null;
    license: PublicationMetadataLicenseType | null;
    lyrics: string | null;
    recordLabel: string | null;
}

Type declaration