···33 * https://musicbrainz.org/doc/MusicBrainz_Database/Schema#Overview
44*/
5566+import { ScrobbleTsSOC } from "../../../../core/Atomic.js";
77+68/** A unique product a Recording is issued on.
79 *
810 * This is like an album (release group) but is specific to the type, year, catalog, etc... for this release
···123125 spotify_album_artist_ids?: string[];
124126 spotify_artist_ids?: string[];
125127 albumartist?: string;
128128+ /** Is the timestamp (listened_at) from when the user started listening or when they stopped listening?
129129+ *
130130+ * Specific to multi-scrobbler
131131+ */
132132+ scrobble_ts_soc?: ScrobbleTsSOC
126133}
127134export interface TrackPayload extends MinimumTrack {
128135 additional_info?: SubmitListenAdditionalTrackInfo;