PublicationMetadataMediaAudioFragment: {
    __typename: "PublicationMetadataMediaAudio";
    artist: string | null;
    audio: EncryptableAudioSetFragment;
    cover: EncryptableImageSetFragment | null;
    credits: string | null;
    duration: number | null;
    genre: string | null;
    license: PublicationMetadataLicenseType | null;
    lyrics: string | null;
    recordLabel: string | null;
}

Type declaration